Skip to content

Commit

Permalink
pin codecov action to v4.5.0 to fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
blms committed Oct 10, 2024
1 parent da07d3e commit ef02743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
run: py.test --cov=./ --cov-report=xml

- name: Upload test coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.5.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit ef02743

Please sign in to comment.