Skip to content

Commit

Permalink
Update codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Minituff committed Oct 26, 2023
1 parent 237fb9e commit 82b346e
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,12 +55,13 @@ jobs:
with:
fail_ci_if_error: true
file: coverage/coverage.json

- name: Archive code coverage results
uses: actions/upload-artifact@v3
with:
name: code-coverage-report
path: coverage/coverage.json
retention-days: 5

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down
4 changes: 2 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
codecov:
disable_default_path_fixes: true
disable_default_path_fixes: false

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/nautical-backup/::"

0 comments on commit 82b346e

Please sign in to comment.