Skip to content

Commit

Permalink
fix(tests): don't factor tests into coverage scores
Browse files Browse the repository at this point in the history
  • Loading branch information
micimize committed Jul 24, 2020
1 parent 6672e44 commit a81f780
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ flags:
- packages/graphql/
comment:
require_changes: true # Only post a comment if coverage changes.

coverage:
status:
project:
default:
threshold: 1% # Allow coverage to drop by up to 1% in a PR before marking it failed
patch: off

# don't factor tests into coverage scores
ignore:
- packages/graphql_flutter/test
- packages/graphql/test

0 comments on commit a81f780

Please sign in to comment.