Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ljnath committed Nov 15, 2023
2 parents fc46dc7 + 840c803 commit 090fe0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dotnet-CI-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ jobs:

- name: Run Tests
run: vstest.console.exe .\RandomString4NetTest\bin\Release\RandomString4NetTest.dll

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 090fe0f

Please sign in to comment.