Skip to content

Commit

Permalink
remove covr command
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Brazeau committed Sep 1, 2024
1 parent d034112 commit a1543be
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,4 @@ jobs:
with:
name: coverage-test-failures
path: ${{ runner.temp }}/package

- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a1543be

Please sign in to comment.