Skip to content

Commit

Permalink
Updating the version of codecov action in CI/CD Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutomi committed Sep 2, 2024
1 parent f63fe38 commit dcae607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: dotnet test --no-build --verbosity normal -c Release -f ${{ env.DOTNET_TFM }} /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[*.XUnit]*"

- name: Test (Ubuntu)
- name: Test (Windows)
if: matrix.os == 'windows-latest'
run: dotnet test --no-build --verbosity normal -c Release -f ${{ env.DOTNET_TFM }} --filter DB!=SQLServer /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[*.XUnit]*"


- name: Collect to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.OCM_CODECOV_TOKEN }}

Expand Down

0 comments on commit dcae607

Please sign in to comment.