We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72310d commit 1f0c109Copy full SHA for 1f0c109
.github/workflows/workflow.yml
@@ -60,16 +60,6 @@ jobs:
60
mkdir testing_folder
61
cd testing_folder
62
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
70
- with:
71
- name: pyinfraformat_wheel
72
- path: dist/*.whl
73
- name: Upload wheel to release
74
uses: svenstaro/upload-release-action@v2
75
if: success() && startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
codecov.yml
0 commit comments