Skip to content

Commit 1f0c109

Browse files
committed
remove codecov
1 parent f72310d commit 1f0c109

File tree

2 files changed

+0
-29
lines changed

2 files changed

+0
-29
lines changed

.github/workflows/workflow.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,6 @@ jobs:
6060
mkdir testing_folder
6161
cd testing_folder
6262
python -m pytest -v --cov=../pyinfraformat --durations=0 ../tests
63-
mv .coverage ..
64-
- name: Upload coverage
65-
if: success() && matrix.os == 'ubuntu-latest'
66-
run: |
67-
bash <(curl -s https://codecov.io/bash) -n "${{ matrix.os }} ${{ matrix.python-version }}"
68-
- uses: actions/upload-artifact@v4
69-
if: success() && matrix.os == 'ubuntu-latest'
70-
with:
71-
name: pyinfraformat_wheel
72-
path: dist/*.whl
7363
- name: Upload wheel to release
7464
uses: svenstaro/upload-release-action@v2
7565
if: success() && startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'

codecov.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)