Skip to content

Commit

Permalink
Fix codecov configuration (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne authored Apr 22, 2024
1 parent 9bfcfb9 commit 7208c16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ coverage:
target: 95%
if_no_uploads: error
if_not_found: success
if_ci_failed: failure
if_ci_failed: error
project:
default: false
library:
informational: true
target: 90%
if_no_uploads: error
if_not_found: success
if_ci_failed: failure
if_ci_failed: error
3 changes: 3 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
# make `filter` a cross-reference to the Python function “filter”.
default_role = "py:obj"

# list of warning types to suppress
suppress_warnings = ["config.cache"]

# -- options for HTML output -------------------------------------------------

html_theme = "pydata_sphinx_theme"
Expand Down

0 comments on commit 7208c16

Please sign in to comment.