Skip to content

Commit

Permalink
chore: ignore ipynb in codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
dovahcrow committed Jul 9, 2020
1 parent 5ae4283 commit 6f5a735
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions codecov.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
codecov:
require_ci_to_pass: yes
require_ci_to_pass: yes

coverage:
precision: 2
Expand All @@ -17,4 +17,7 @@ codecov:
comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: no
require_changes: no

ignore:
- "**/*.ipynb"

0 comments on commit 6f5a735

Please sign in to comment.