Skip to content

Commit

Permalink
MNT: Clean up codecov config
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Nov 1, 2024
1 parent a904cb3 commit 12317c2
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,13 @@
codecov:
notify:
require_ci_to_pass: no

coverage:
status:
patch:
default:
target: '80'
if_no_uploads: error
if_not_found: success
if_ci_failed: failure
project:
default: false
library:
target: auto
if_no_uploads: error
if_not_found: success
if_ci_failed: failure
paths:
- "siphon/(\w+/)?[^/]+\.py$"
- "src/siphon/.*"

tests:
target: 100%
Expand All @@ -31,4 +20,7 @@ coverage:
default:
url: "https://webhooks.gitter.im/e/0eb95be6d20af5b9a4f0"

ignore:
- "**/*_pb2.py"

comment: off

0 comments on commit 12317c2

Please sign in to comment.