From 3cfc047bc57f807c44e69fc31e4020d76b192c73 Mon Sep 17 00:00:00 2001 From: Bento007 Date: Fri, 6 Dec 2024 10:10:21 -0800 Subject: [PATCH] use full path --- .github/workflows/push_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_tests.yml b/.github/workflows/push_tests.yml index 61878d5f8..7714e1946 100644 --- a/.github/workflows/push_tests.yml +++ b/.github/workflows/push_tests.yml @@ -150,7 +150,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: coverage-genes-dry-run - path: .coverage* + path: /home/runner/work/single-cell-curation/single-cell-curation/.coverage* retention-days: 3 submit-codecoverage: