Skip to content

Commit

Permalink
update dotnet-ubuntu.yml config to upload test coverage reports to Co…
Browse files Browse the repository at this point in the history
…decov by token from linux environment
  • Loading branch information
bezzad committed Sep 20, 2024
1 parent cc419f7 commit f02bd91
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/dotnet-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@ jobs:
run: dotnet build -c Release ./src --verbosity minimal

- name: Run tests
run: dotnet test -c Release ./src --verbosity normal --no-build --no-restore
run: dotnet test -c Release ./src --verbosity normal --no-build --no-restore

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f02bd91

Please sign in to comment.