mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-09 20:29:55 +02:00
CI: fix coverage report calls
This commit is contained in:
parent
7609c64c8b
commit
dc64079b6b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test-eynollah.yml
vendored
4
.github/workflows/test-eynollah.yml
vendored
|
@ -51,7 +51,9 @@ jobs:
|
||||||
- name: Get coverage results
|
- name: Get coverage results
|
||||||
run: |
|
run: |
|
||||||
coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
|
coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
|
||||||
coverage html json xml
|
coverage html
|
||||||
|
coverage json
|
||||||
|
coverage xml
|
||||||
- name: Store coverage results
|
- name: Store coverage results
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue