Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into fix-outdated-ci-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianoKF committed Feb 29, 2024
2 parents cfe1164 + 6973b99 commit 173c38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
python -m pip install -e .
pytest -s --cov=src --cov=fsspec --cov-branch --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
docs:
Expand Down

0 comments on commit 173c38e

Please sign in to comment.