From 343ba4dd21032d5439d86899f5057604e977f87e Mon Sep 17 00:00:00 2001 From: umarcor Date: Mon, 19 Jul 2021 02:32:42 +0200 Subject: ci: fix coverage-publish artifact path --- .github/workflows/Test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.github/workflows') 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 -- cgit v1.2.3