We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a274d3 commit a2854ceCopy full SHA for a2854ce
.github/workflows/ci.yml
@@ -99,13 +99,13 @@ jobs:
99
run: |
100
. .venv-${{ matrix.deps }}/bin/activate && \
101
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
+ - name: Upload coverage reports to Codecov
+ uses: codecov/codecov-action@v5
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
+ - name: Minimize uv cache
+ if: matrix.deps == 'latest'
+ run: uv cache prune --ci
109
110
build:
111
runs-on: ubuntu-latest
0 commit comments