diff --git a/.github/workflows/MergeToMain.yml b/.github/workflows/MergeToMain.yml index 162bcbb..1e2c46c 100644 --- a/.github/workflows/MergeToMain.yml +++ b/.github/workflows/MergeToMain.yml @@ -103,7 +103,7 @@ jobs: - name: Code coverage if: matrix.framework == env.HIGHEST_FRAMEWORK - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./code/WorldDomination.SimpleObservability.Tests/**/coverage.cobertura.xml diff --git a/.github/workflows/PullRequest.yml b/.github/workflows/PullRequest.yml index bca63a9..449a952 100644 --- a/.github/workflows/PullRequest.yml +++ b/.github/workflows/PullRequest.yml @@ -36,7 +36,7 @@ jobs: run: dotnet run --project ./code/WorldDomination.SimpleObservability.Tests/WorldDomination.SimpleObservability.Tests.csproj --configuration Debug --no-build --framework ${{ env.HIGHEST_FRAMEWORK }} -- --coverage --coverage-output-format cobertura --coverage-output coverage.cobertura.xml - name: Code coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./code/WorldDomination.SimpleObservability.Tests/**/coverage.cobertura.xml