diff --git a/.github/workflows/push_tests.yml b/.github/workflows/push_tests.yml index 460410ec..4146b432 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: /home/runner/work/single-cell-curation/single-cell-curation/.coverage* + path: .coverage* retention-days: 3 include-hidden-files: true