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 737ae17 commit 6f99e85Copy full SHA for 6f99e85
.github/workflows/python.yaml
@@ -25,12 +25,11 @@ jobs:
25
- name: test
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
+ file: ./python/coverage.xml
34
verbose: true
35
36
release:
.github/workflows/typescript.yaml
@@ -27,11 +27,12 @@ jobs:
npm test -- --coverage
- npm run codecov
+ # npm run codecov
+ file: ./python/coverage/lcov.info
37
38
0 commit comments