Skip to content

Commit a2854ce

Browse files
Activated codecov report upload
1 parent 1a274d3 commit a2854ce

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ jobs:
9999
run: |
100100
. .venv-${{ matrix.deps }}/bin/activate && \
101101
uv run pytest --cov=curo --cov-report=xml tests/ -v
102-
#- name: Upload coverage reports to Codecov
103-
# uses: codecov/codecov-action@v5
104-
# with:
105-
# token: ${{ secrets.CODECOV_TOKEN }}
106-
#- name: Minimize uv cache
107-
# if: matrix.deps == 'latest'
108-
# run: uv cache prune --ci
102+
- name: Upload coverage reports to Codecov
103+
uses: codecov/codecov-action@v5
104+
with:
105+
token: ${{ secrets.CODECOV_TOKEN }}
106+
- name: Minimize uv cache
107+
if: matrix.deps == 'latest'
108+
run: uv cache prune --ci
109109

110110
build:
111111
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)