Skip to content

Commit

Permalink
add codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Jun 11, 2024
1 parent 4848088 commit 9a015b1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Run tests
run: |
make coverage
# - name: Upload coverage to Codecov // Add when public
# uses: codecov/codecov-action@v3
# with:
# token: ${{secrets.CODECOV_TOKEN}}
# files: testdata/coverage/total.cov
# verbose: false
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./coverage/total.cov
verbose: false

0 comments on commit 9a015b1

Please sign in to comment.