We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eaab73 commit dc7cbecCopy full SHA for dc7cbec
.github/workflows/python-package.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Test SpectraFit
32
run: uv run --group dev --all-extras pytest umf/
33
- name: Codecov
34
- uses: codecov/codecov-action@v4.6.0
+ uses: codecov/codecov-action@v5.4.0
35
with:
36
token: ${{ secrets.CODECOV_TOKEN }}
37
env_vars: OS,PYTHON
0 commit comments