aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-07-19 02:32:42 +0200
committerumarcor <unai.martinezcorral@ehu.eus>2021-07-19 03:44:24 +0200
commit343ba4dd21032d5439d86899f5057604e977f87e (patch)
tree78e45f3182d89e20bfe8f75ca4e866eb9d12a2b9 /.github/workflows
parent1409d4ee66fc336d535486cb08bf60070bc9e197 (diff)
downloadghdl-343ba4dd21032d5439d86899f5057604e977f87e.tar.gz
ghdl-343ba4dd21032d5439d86899f5057604e977f87e.tar.bz2
ghdl-343ba4dd21032d5439d86899f5057604e977f87e.zip
ci: fix coverage-publish artifact path
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/Test.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml
index d8b3f4fe2..5c6ec7225 100644
--- a/.github/workflows/Test.yml
+++ b/.github/workflows/Test.yml
@@ -664,13 +664,10 @@ jobs:
name: '📮 Publish coverage report'
steps:
- - name: '🧰 Checkout'
- uses: actions/checkout@v2
-
- name: '📥 Download artifact: coverage report'
uses: actions/download-artifact@v2
with:
- path: artifact
+ path: .
name: coverage
- name: CodeCov