fix: switch from lcov to codecov.json for Codecov reporting

This commit is contained in:
Ryan Walters
2025-09-05 22:02:54 -05:00
parent ee2569b70c
commit 897b9b8621
2 changed files with 16 additions and 6 deletions

View File

@@ -46,11 +46,11 @@ jobs:
- name: Generate coverage report
run: |
just coverage
just coverage-codecov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./lcov.info
files: ./codecov.json
disable_search: true