Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Aug 1, 2024
1 parent 5063d10 commit 0911538
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: Run tests with coverage
run: make test-coverage

- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
fail_ci_if_error: true
# - uses: codecov/codecov-action@v4
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# files: ./coverage.xml
# fail_ci_if_error: true

docker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0911538

Please sign in to comment.