Skip to content

Commit

Permalink
coverage file
Browse files Browse the repository at this point in the history
  • Loading branch information
deadc0de6 committed Nov 19, 2023
1 parent ab23e1c commit 541c486
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
env:
DOTDROP_WORKERS: 4
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses:
with:
files: .coverage
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 541c486

Please sign in to comment.