Skip to content

Commit

Permalink
feat: allow codecov-actions to detect coverage files
Browse files Browse the repository at this point in the history
  • Loading branch information
dcpesses committed Feb 23, 2024
1 parent 763346f commit 533e71e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage/lcov.info
path: coverage/

coverage:
name: Coverage Analysis
Expand All @@ -65,7 +65,6 @@ jobs:
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info

deploy:
name: Deploy
Expand Down

0 comments on commit 533e71e

Please sign in to comment.