Skip to content

Commit

Permalink
fix: use lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
guidojw committed Oct 13, 2023
1 parent c8e9076 commit 1f77171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ jobs:
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage/coverage-summary.json
files: coverage/lcov.info

- name: Upload coverage report artifact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: coverage
path: coverage/coverage-summary.json
path: coverage/
3 changes: 0 additions & 3 deletions config/coverage.js

This file was deleted.

0 comments on commit 1f77171

Please sign in to comment.