Skip to content

Commit

Permalink
Update codecov configuration (PlasmaPy#2099)
Browse files Browse the repository at this point in the history
* Add a few codecov options

* Rename file to match CodeCov docs

* Update codecov config

* Change back to target: auto but increase threshold
  • Loading branch information
namurphy authored May 3, 2023
1 parent bd4b1dd commit fae5b9d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .codecov.yaml

This file was deleted.

12 changes: 12 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
codecov:
token: 85c13d8a-e9e1-49fd-97d4-7ba103f3e830
notify:
wait_for_ci: no
require_ci_to_pass: no
coverage:
status:
project:
default:
target: auto
threshold: 1%
removed_code_behavior: adjust_base

0 comments on commit fae5b9d

Please sign in to comment.