Skip to content

Commit

Permalink
fix: upload js coverage to codecov (#3179)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpj2292 authored Mar 12, 2024
1 parent 5dd5142 commit d2eba21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dt-test-and-report-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- name: Upload Coverage Reports to Codecov
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
directory: ./reports/coverage

Expand Down

0 comments on commit d2eba21

Please sign in to comment.