Skip to content

Commit

Permalink
update coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
MacOMNI committed Nov 10, 2024
1 parent a05ef79 commit dc57ea4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,12 @@ jobs:
run: make deps
- name: Test Coverage
run: make test-coverage
- name: Change And List Coverage Files
- name: Convert coverage report to LCOV
run: |
find . -name "*.json" -exec lcov --add-tracefile {} --output-file coverage.lcov \;
- name: List Coverage Files
run: |
echo "Checking coverage files..."
find . -name "*.json" -exec lcov --add-tracefile {} --output-file coverage.lcov
find . -name "*.lcov" -o -name "*.xml"
- uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit dc57ea4

Please sign in to comment.