We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f6c59 commit 61a6d3eCopy full SHA for 61a6d3e
.github/workflows/ci.yml
@@ -91,7 +91,7 @@ jobs:
91
python -m pytest --cov=pint_xarray --cov-report=xml
92
93
- name: Upload code coverage to Codecov
94
- uses: codecov/codecov-action@v4.4.1
+ uses: codecov/codecov-action@v4.5.0
95
with:
96
file: ./coverage.xml
97
flags: unittests
0 commit comments