Skip to content

Commit

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

0 comments on commit e77abf6

Please sign in to comment.