Skip to content

Commit

Permalink
[ci/codecov] fix list elements
Browse files Browse the repository at this point in the history
super useful: curl -X POST --data-binary @codecov.yml https://codecov.io/validate
  • Loading branch information
marscher committed Nov 19, 2024
1 parent f4d524f commit 338c94b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ coverage:
python:
target: 85%
threshold: 1%
paths: "jpype/"
paths:
- "jpype/"
cpp:
target: 80%
threshold: 1%
Expand All @@ -21,7 +22,8 @@ coverage:
java:
target: 75%
threshold: 2%
paths: "native/java/"
paths:
- "native/java/"

parsers:
gcov:
Expand Down

0 comments on commit 338c94b

Please sign in to comment.