We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c28eff0 commit f615a3fCopy full SHA for f615a3f
.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.3.0
+ uses: codecov/codecov-action@v4.4.1
95
with:
96
file: ./coverage.xml
97
flags: unittests
0 commit comments