Skip to content

Commit

Permalink
Add codecov configuration file
Browse files Browse the repository at this point in the history
Add codecov configuration file.
Set 95% coverage as target for the project.
Set the yellow range to 90%-95%.

Closes #849
  • Loading branch information
abelsiqueira committed Oct 14, 2024
1 parent 117cc57 commit f63598c
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
@@ -0,0 +1,6 @@
coverage:
status:
project:
default:
target: 95%
range: "90...95"

0 comments on commit f63598c

Please sign in to comment.