Skip to content

Commit

Permalink
Merge pull request #27 from sveinungf/dev/action
Browse files Browse the repository at this point in the history
Dev/action
  • Loading branch information
sveinungf authored Sep 26, 2023
2 parents 830613c + 1af2dd3 commit 5e73a4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage"
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- "SpreadCheetah.Benchmark"

0 comments on commit 5e73a4c

Please sign in to comment.