Skip to content

Commit

Permalink
Fix codecov yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery authored and mergify[bot] committed Apr 5, 2024
1 parent 2ae3b14 commit 9e1bf0d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
codecov:
require_ci_to_pass: false
comment:
layout: "diff, flags, files"
coverage:
require_ci_to_pass: false
status:
project:
python-tests:
target: 95%
flags: python-tests
flags:
- python-tests
python-c-tests:
target: 85%
flags: python-c-tests
flags:
- python-c-tests
c-tests:
target: 85%
flags: c-tests
flags:
- c-tests
lwt-tests:
target: 85%
flags: lwt-tests
flags:
- lwt-tests

0 comments on commit 9e1bf0d

Please sign in to comment.