Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Oct 31, 2024
1 parent b3361d5 commit 2497859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
# Actually these lines should just not exist in the coverage XML file, since they are only structural elements, such
# as brackets.
cat build/reports/kover/report.xml | grep -v 'mi="0" ci="0" mb="0" cb="0"' > build/reports/kover/report-codecov.xml
rm build/reports/kover/report.xml
- name: Upload Code Coverage
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 2497859

Please sign in to comment.