Skip to content

Commit

Permalink
Set up .codecov.yml so that tst and Old Classes folders will be ignor…
Browse files Browse the repository at this point in the history
…ed in code coverage.
Tate Dunbar authored and olexandr-konovalov committed Feb 23, 2024
1 parent f8f21bf commit 1b1009b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
coverage:
precision: 2
round: down
range: "70...100"

status:
project: no
patch: yes
changes: no

ignore:
- "tst"
- "Old Classes"

0 comments on commit 1b1009b

Please sign in to comment.