Skip to content

Commit

Permalink
Revert codecov-action in container.
Browse files Browse the repository at this point in the history
  • Loading branch information
byllyfish committed Jul 2, 2024
1 parent 17055fb commit e8b1a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
cd examples; PYTHONPATH=.. COVERAGE_RUN=true pytest -k simple --cov ../finsy --cov-report xml --cov-config ../.coveragerc
- name: Upload Coverage to Codecov
# Revert codecov-action here due to failure running in container with v4.0.1.
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
with:
token: ${{ secrets.FINSY_CODECOV_TOKEN }}
directory: ./examples/
Expand Down

0 comments on commit e8b1a7f

Please sign in to comment.