Skip to content

Commit

Permalink
Added codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
portyanikhin committed Feb 21, 2024
1 parent 99b790a commit 1e3f2c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ jobs:
run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" --settings coverlet.runsettings
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1e3f2c9

Please sign in to comment.