We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9195f3 commit 840c803Copy full SHA for 840c803
1 file changed
.github/workflows/dotnet-CI-workflow.yml
@@ -32,3 +32,8 @@ jobs:
32
33
- name: Run Tests
34
run: vstest.console.exe .\RandomString4NetTest\bin\Release\RandomString4NetTest.dll
35
+
36
+ - name: Upload coverage reports to Codecov
37
+ uses: codecov/codecov-action@v3
38
+ env:
39
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments