Skip to content

Commit

Permalink
Enable debose
Browse files Browse the repository at this point in the history
  • Loading branch information
Minituff committed Oct 26, 2023
1 parent ac3721d commit 5a2a1b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
file: coverage/coverage.json
files: coverage/coverage.json
verbose: true

- name: Archive code coverage results
uses: actions/upload-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

fixes:
# Reduce the path /home/runner/work/nautical-backup/nautical-backup/pkg/backup.sh => nautical-backup/pkg/backup.sh
# For Codecov to operate correctly, all file paths in the coverage report must match the [git file structure]
- "/home/runner/work/nautical-backup/::"
- "/home/runner/work/nautical-backup/::"
- "home/runner/work/nautical-backup/nautical-backup::"

0 comments on commit 5a2a1b4

Please sign in to comment.