diff --git a/.github/workflows/test_docker_image.yml b/.github/workflows/test_docker_image.yml index 0a8d4702..9d5075a2 100644 --- a/.github/workflows/test_docker_image.yml +++ b/.github/workflows/test_docker_image.yml @@ -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 diff --git a/codecov.yml b/codecov.yml index fcc69303..a1b132f3 100644 --- a/codecov.yml +++ b/codecov.yml @@ -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/::" \ No newline at end of file + - "/home/runner/work/nautical-backup/nautical-backup/::" \ No newline at end of file