diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 16bfe788b..e8caa7cb0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -116,7 +116,7 @@ To generate coverage reports for your automated tests run: Code coverage results can be seen under `[module]/build/reports/` -### Continous Integration +### Continuous Integration All PRs will have all these tests run and a combined coverage report will be attached, if coverage is to go down the PR will be marked failed. On Travis CI the automated tests are run on an emulator. To learn more about the commands run on the CI please refer to [.github/workflows](https://github.com/kiwix/kiwix-android/tree/develop/.github/workflows).