Skip to content

Commit

Permalink
ci: fix coverage path
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrshat authored Aug 8, 2023
1 parent 20932b7 commit 6c8c749
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
- name: Upload coverage reports to Codecov - ebexjs
uses: codecov/codecov-action@v3
with:
files: coverage/lcov.info
files: ./code-coverage/coverage/lcov.info
flags: ebexjs
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 6c8c749

Please sign in to comment.