We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63c411 commit 079fd46Copy full SHA for 079fd46
1 file changed
.github/workflows/test.yml
@@ -74,7 +74,7 @@ jobs:
74
- uses: actions/upload-artifact@v4
75
with:
76
name: coverage
77
- path: "./.coverage"
+ path: "/home/runner/work/DictDataBase/DictDataBase/.coverage"
78
retention-days: 1
79
80
# JOB: Coverage Badge
0 commit comments