Skip to content

Commit ec9b284

Browse files
committed
Add coverage generation
1 parent 4b23650 commit ec9b284

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ jobs:
2525
run: dotnet build src --configuration Release
2626

2727
- name: Test
28-
run: dotnet test src --configuration Release
28+
run: dotnet test src --configuration Release --collect:"XPlat Code Coverage"
2929

30+
- name: Upload coverage
31+
uses: codecov/codecov-action@v1
3032
# publish:
3133
# needs: build
3234

0 commit comments

Comments
 (0)