Skip to content

Commit

Permalink
Remove Codecov usage
Browse files Browse the repository at this point in the history
  • Loading branch information
tanakaworld committed May 17, 2021
1 parent ea5208a commit 6264c8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/references/pre-production-checklist.md
Expand Up @@ -12,7 +12,6 @@ Maintainability affects team productivity and system availability. If maintainab
| Check name | Short Description | Level C | Level B | Level A |
| :--------- | :----------------- | :------ | :------ | :------ |
| Unit test | It has unit tests. And the unit tests are running in a CI system. | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| [Test coverage](https://docs.codecov.io/docs/about-code-coverage) | Its test coverage is reported to Codecov in CI system. | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| High Test coverage | Its test coverage is over 80%. | | :white_check_mark: | :white_check_mark: |
| [Config in env-var](https://12factor.net/config) | Its config can be overridden via environment variable. | | :white_check_mark: | :white_check_mark: |
| [dockerignore](https://docs.docker.com/engine/reference/builder/#dockerignore-file) | It has dockerignore to reduce the Docker image size. | | :white_check_mark: | :white_check_mark: |
Expand Down

0 comments on commit 6264c8b

Please sign in to comment.