Skip to content

Commit c1dfef9

Browse files
committed
Update to newer codecov action and use upload token
1 parent 57e3578 commit c1dfef9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ jobs:
5252
- name: Run unit tests with code coverage reporting
5353
run: uv run pytest --cov=undate
5454
if: ${{ matrix.python == env.COV_PYTHON_VERSION }}
55-
- name: Upload test coverage to Codecov
56-
uses: codecov/codecov-action@v3
55+
- name: name: Upload coverage to Codecov
56+
uses: codecov/codecov-action@v4
57+
env:
58+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5759
if: ${{ matrix.python == env.COV_PYTHON_VERSION }}
5860

0 commit comments

Comments
 (0)