fixed typo

This commit is contained in:
gouri-panda 2020-11-19 12:10:58 +05:30 committed by GitHub
parent a058398b13
commit 8952d887bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).