Skip to content

Commit 12384ba

Browse files
committed
chore (Tests): Add codecov to build
1 parent baf6d80 commit 12384ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ jobs:
2222
shell: pwsh
2323
run: ./ci-build.ps1 "${{matrix.options.framework}}"
2424
- name: Test
25-
run: dotnet test --no-restore --verbosity normal
25+
run: dotnet test --no-restore --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
26+
- name: Codecov
27+
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)