Skip to content

Commit

Permalink
Merge pull request #1763 from anth-volk/fix/fix_codecov_token
Browse files Browse the repository at this point in the history
Attempt to fix Codecov
  • Loading branch information
anth-volk authored May 10, 2024
2 parents d2bada1 + ec27ae9 commit f1c5719
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Test repository
run: make test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.2.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
5 changes: 3 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
- name: Run tests
run: make test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
uses: codecov/codecov-action@v4.2.0
env:
token: ${{ secrets.CODECOV_TOKEN }}
with:
verbose: true
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1
Expand Down

0 comments on commit f1c5719

Please sign in to comment.