mirror of
https://github.com/Steffo99/cfig.git
synced 2024-11-21 15:34:20 +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"
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: "code-coverage-report"
|
||||
name: "Coverage"
|
||||
path: htmlcov
|
||||
|
|
Loading…
Reference in a new issue