Skip to content

Commit

Permalink
Update targets for codecov flags
Browse files Browse the repository at this point in the history
  • Loading branch information
coditva committed Jan 17, 2020
1 parent 631b0df commit ac99ba1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@ coverage:
# coverage status for unit tests
unit:
flags: unit
target: 40
target: 75

# coverage status for integration tests
integration:
flags: integration
target: 70
target: 50

# coverage status for cli tests
cli:
flags: cli
target: 70
target: 80

# coverage status for library tests
library:
flags: library
target: 70
target: 65

parsers:
javascript:
Expand Down

0 comments on commit ac99ba1

Please sign in to comment.