Skip to content

Commit

Permalink
🌱 Ignore mock clients for code coverage
Browse files Browse the repository at this point in the history
- Ignoring mock clients for code coverage tracking.
  • Loading branch information
naveensrinivasan committed Mar 9, 2022
1 parent 35d3156 commit e303a1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ codecov:

ignore:
- "cron/**/*"
- "clients/mockclients/**/*"
coverage:
precision: 2
round: down
Expand Down

0 comments on commit e303a1b

Please sign in to comment.