We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9bbdf commit 146df54Copy full SHA for 146df54
.github/workflows/dotnet.yml
@@ -23,3 +23,5 @@ jobs:
23
run: dotnet build --no-restore
24
- name: Test
25
run: dotnet test --no-build --verbosity normal
26
+ - name: Codecov
27
+ uses: codecov/[email protected]
0 commit comments