mirror of
https://github.com/Steffo99/cfig.git
synced 2024-11-22 07:54:21 +00:00
🔨 Give a simpler name to the coverage artifact
This commit is contained in:
parent
c44368a557
commit
f20b6214de
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -60,5 +60,5 @@ jobs:
|
||||||
- name: "⬆️ Upload coverage"
|
- name: "⬆️ Upload coverage"
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: "code-coverage-report"
|
name: "Coverage"
|
||||||
path: htmlcov
|
path: htmlcov
|
||||||
|
|
Loading…
Reference in a new issue