Skip to content

Commit

Permalink
Debug GH workflows no 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Apr 4, 2024
1 parent 5262040 commit 9a840b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Copy Artifacts into Root Folder
# working-directory: ./artifacts
run: |
cp ./artifacts/.coverage/.coverage .
cp ./artifacts/.lint.txt/.lint.txt .
cp ./artifacts/.coverage/.coverage ./
cp ./artifacts/.lint.txt/.lint.txt ./
echo listing folder artifacts"
ls -Ral artifacts
echo listing folder .
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.html-documentation
/__pycache__
/metrics.json
TAGS

0 comments on commit 9a840b0

Please sign in to comment.