Skip to content

Commit

Permalink
fix reports paths2
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Dec 23, 2024
1 parent e77abf6 commit fd9a638
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: Copy Artifacts into Root Folder
working-directory: ./artifacts
run: |
cp coverage-python3.9/.coverage ../
cp lint-python3.9/.lint.txt ../
cp security-python3.9/.security.json ../
cp coverage-python3.11/.coverage ../
cp lint-python3.11/.lint.txt ../
cp security-python/.security.json ../
- name: Generate Report
run: poetry run nox -s project:report -- -- --format json | tee metrics.json
Expand Down

0 comments on commit fd9a638

Please sign in to comment.