We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5509f71 commit c91a6e5Copy full SHA for c91a6e5
README.md
@@ -155,9 +155,8 @@ It automatically adds pre commit hooks. Types of hook are managed using `.pre-co
155
156
### Coverage
157
Coverage of test functions is one of important metrics which decides code quality.
158
-GitHub actions `ci.yml` workflow's unittest job is control coverage report.
159
-
160
-We suggest to install Codecov GitHub App which can manage coverage of repository.
+`ci.yml` workflow runs unittest and reports coverage report on pull request comment.
+We use [orgoros's github action](https://github.com/orgoro/coverage) as our coverage component of our CI workflow.
161
162
---
163
0 commit comments