diff --git a/.github/workflows/test_docker_image.yml b/.github/workflows/test_docker_image.yml index 8850d29f..c46da25c 100644 --- a/.github/workflows/test_docker_image.yml +++ b/.github/workflows/test_docker_image.yml @@ -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 diff --git a/codecov.yml b/codecov.yml index 23726200..07be65df 100644 --- a/codecov.yml +++ b/codecov.yml @@ -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/::" \ No newline at end of file + - "/home/runner/work/nautical-backup/::" + - "home/runner/work/nautical-backup/nautical-backup::" \ No newline at end of file