Skip to content

Commit

Permalink
Pipeline: Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
VijoPlays committed Jun 5, 2024
1 parent ed6028e commit 7be0f92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

- name: Run tests with code coverage
run: dotnet test dotenv.net.sln -c Release --no-restore /p:CollectCoverage=true /p:CoverletOutput=./coverage/ /p:CoverletOutputFormat=lcov
- name: List generated coverage files
run: ls -R ./coverage

- name: Upload coverage to Coveralls
uses: coverallsapp/[email protected]
Expand Down

0 comments on commit 7be0f92

Please sign in to comment.