From 8952d887bc1906106c72172be021af3f84eb0ecd Mon Sep 17 00:00:00 2001 From: gouri-panda Date: Thu, 19 Nov 2020 12:10:58 +0530 Subject: [PATCH] fixed typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).