Skip to content

Commit

Permalink
test: create codecov.yml configuration file
Browse files Browse the repository at this point in the history
Create `codecov.yml` configuration file to configure some
behaviors of codecov service that is responsible for creating
code coverage report after tests job in CI workflow.
  • Loading branch information
AbdulrhmanGoni committed Nov 7, 2024
1 parent 9e3abf2 commit bf47628
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
coverage:
round: nearest

ignore:
- ./src/configurations/*
- ./scripts/*
- ./tests/*

0 comments on commit bf47628

Please sign in to comment.