Skip to content

Commit

Permalink
tweak codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Oct 3, 2024
1 parent 7b8ce75 commit 7301ceb
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ codecov:
notify:
wait_for_ci: yes

ignore:
- "src/Optimization"
comment:
layout: " diff, flags, files"
behavior: default
require_changes: false

coverage:
precision: 2
Expand All @@ -21,3 +23,12 @@ coverage:
patch:
default:
enabled: off

ignore:
- "**/*.ipynb"
- docs
- deps
- data
- docker
- .github
- .git

0 comments on commit 7301ceb

Please sign in to comment.