We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737ae17 commit 6b5a68dCopy full SHA for 6b5a68d
.github/workflows/python.yaml
@@ -26,12 +26,6 @@ jobs:
26
run: |
27
pytest --cov=covertable --cov-report=xml
28
codecov
29
- - name: codecov
30
- uses: codecov/codecov-action@v3
31
- with:
32
- token: ${{ secrets.CODECOV_TOKEN }}
33
- file: ./coverage.xml
34
- verbose: true
35
36
release:
37
needs: tests
.github/workflows/typescript.yaml
@@ -28,11 +28,6 @@ jobs:
npm test -- --coverage
npm run codecov
38
0 commit comments