Skip to content

Commit c91a6e5

Browse files
committed
Change description about coverage
1 parent 5509f71 commit c91a6e5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,8 @@ It automatically adds pre commit hooks. Types of hook are managed using `.pre-co
155155

156156
### Coverage
157157
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.
158+
`ci.yml` workflow runs unittest and reports coverage report on pull request comment.
159+
We use [orgoros's github action](https://github.com/orgoro/coverage) as our coverage component of our CI workflow.
161160

162161
---
163162

0 commit comments

Comments
 (0)