diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0965b99d..bb80dfb8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,8 +64,17 @@ jobs: if: matrix.java == '17' uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: - files: target/site/jacoco/jacoco.xml + report_type: coverage token: ${{ secrets.CODECOV_TOKEN }} + verbose: true + + - name: Upload test reports to Codecov + if: matrix.java == '17' + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 + with: + report_type: test_results + token: ${{ secrets.CODECOV_TOKEN }} + verbose: true maven-build-windows: runs-on: windows-latest diff --git a/.github/workflows/deploy-snapshots.yml b/.github/workflows/deploy-snapshots.yml index e51aec7c..6c018d3a 100644 --- a/.github/workflows/deploy-snapshots.yml +++ b/.github/workflows/deploy-snapshots.yml @@ -56,5 +56,13 @@ jobs: - name: Upload coverage reports to Codecov uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: - files: target/site/jacoco/jacoco.xml + report_type: coverage token: ${{ secrets.CODECOV_TOKEN }} + + - name: Upload test reports to Codecov + if: matrix.java == '17' + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 + with: + report_type: test_results + token: ${{ secrets.CODECOV_TOKEN }} + verbose: true diff --git a/src/test/resources/oci/artifact.tar b/src/test/resources/oci/artifact.tar index a1147352..ae49c3f6 100644 Binary files a/src/test/resources/oci/artifact.tar and b/src/test/resources/oci/artifact.tar differ diff --git a/src/test/resources/oci/subject.tar b/src/test/resources/oci/subject.tar index e3b88c3c..fb2866a7 100644 Binary files a/src/test/resources/oci/subject.tar and b/src/test/resources/oci/subject.tar differ