@@ -75,6 +75,13 @@ jobs:
|
||||
with:
|
||||
files: |
|
||||
tests/**/test_*.xml
|
||||
- name: Alternate coverage report
|
||||
uses: irongut/CodeCoverageSummary@v1.3.0
|
||||
if: always()
|
||||
with:
|
||||
filename: tests/coverage.xml
|
||||
format: markdown
|
||||
|
||||
### - name: Code coverage summary
|
||||
### uses: 5monkeys/cobertura-action@master
|
||||
### if: always()
|
||||
@@ -86,12 +93,6 @@ jobs:
|
||||
### if: always()
|
||||
### with:
|
||||
### path: tests/coverage.xml
|
||||
- name: Alternate coverage report
|
||||
uses: irongut/CodeCoverageSummary@v1.3.0
|
||||
if: always()
|
||||
with:
|
||||
filename: tests/coverage.xml
|
||||
format: markdown
|
||||
### - name: Pytest coverage comment
|
||||
### if: '!cancelled()'
|
||||
### uses: MishaKav/pytest-coverage-comment@v1.1.48
|
||||
|
||||
Ссылка в новой задаче
Block a user