Skip to content

Commit

Permalink
Set timeout for Codecov task
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinungf authored Oct 6, 2024
1 parent 8850c25 commit d09e3a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
run: dotnet test --no-build --verbosity normal --logger trx --collect:"XPlat Code Coverage"
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
timeout-minutes: 5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Publish Test Results
Expand Down

0 comments on commit d09e3a0

Please sign in to comment.