Skip to content

Commit 14cad32

Browse files
committed
workflow remove upload to codecov attempt
1 parent 8cb8c9b commit 14cad32

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,3 @@ jobs:
3636
- name: Test with pytest
3737
run: |
3838
python3 -m pytest --cov=static_interpolation/ --cov-report=xml .
39-
40-
- name: Upload coverage reports to Codecov
41-
uses: codecov/codecov-action@v6
42-
with:
43-
fail_ci_if_error: true
44-
token: ${{ secrets.CODECOV_TOKEN }}
45-
verbose: true

0 commit comments

Comments
 (0)