Skip to content

Commit

Permalink
Using Codecov token from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
EliIser committed May 14, 2024
1 parent 3490e08 commit dc1d950
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
with:
flags: unit
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
directory: dropbox-sdk-dotnet/Dropbox.Api.Unit.Tests/TestResults/
IntegrationTests:
Expand Down Expand Up @@ -65,6 +66,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
with:
flags: integration
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
directory: dropbox-sdk-dotnet/Dropbox.Api.Integration.Tests/TestResults/
Linter:
Expand Down

0 comments on commit dc1d950

Please sign in to comment.