Skip to content

Commit 090fe0f

Browse files
committed
2 parents fc46dc7 + 840c803 commit 090fe0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dotnet-CI-workflow.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ jobs:
3232

3333
- name: Run Tests
3434
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

Comments
 (0)