Skip to content

Commit

Permalink
next attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelkroeker committed Nov 14, 2024
1 parent 6b1d114 commit 91fd5d1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,12 @@ jobs:
#---- Save coverage artifact
#----------------------------------------------

- name: Print full current path
run: echo $PWD

- name: Print what is in .coverage
run: cd .coverage && ls -lah

- name: Debug coverage file
run: ls -lah
- uses: actions/upload-artifact@v4
with:
name: coverage
path: "/home/runner/work/DictDataBase/DictDataBase/.coverage"
path: "${{ github.workspace }}/.coverage"
retention-days: 1

# JOB: Coverage Badge
Expand Down

0 comments on commit 91fd5d1

Please sign in to comment.