Skip to content

Commit 6b5a68d

Browse files
committed
delete action
1 parent 737ae17 commit 6b5a68d

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.github/workflows/python.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ jobs:
2626
run: |
2727
pytest --cov=covertable --cov-report=xml
2828
codecov
29-
- name: codecov
30-
uses: codecov/codecov-action@v3
31-
with:
32-
token: ${{ secrets.CODECOV_TOKEN }}
33-
file: ./coverage.xml
34-
verbose: true
3529
3630
release:
3731
needs: tests

.github/workflows/typescript.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ jobs:
2828
run: |
2929
npm test -- --coverage
3030
npm run codecov
31-
- name: codecov
32-
uses: codecov/codecov-action@v3
33-
with:
34-
token: ${{ secrets.CODECOV_TOKEN }}
35-
verbose: true
3631
3732
release:
3833
needs: tests

0 commit comments

Comments
 (0)