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 57e3578 commit c1dfef9Copy full SHA for c1dfef9
.github/workflows/unit_tests.yml
@@ -52,7 +52,9 @@ jobs:
52
- name: Run unit tests with code coverage reporting
53
run: uv run pytest --cov=undate
54
if: ${{ matrix.python == env.COV_PYTHON_VERSION }}
55
- - name: Upload test coverage to Codecov
56
- uses: codecov/codecov-action@v3
+ - name: name: Upload coverage to Codecov
+ uses: codecov/codecov-action@v4
57
+ env:
58
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
59
60
0 commit comments