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 96014a2 commit 9dfb2fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ jobs:
- name: Run tests with code coverage
run: dotnet test dotenv.net.sln -c Release --no-build /p:CollectCoverage=true /p:CoverletOutput="$GITHUB_WORKSPACE/coverage/lcov.info" /p:MergeWith="$GITHUB_WORKSPACE/coverage/lcov.info" /p:CoverletOutputFormat=lcov
- name: List generated coverage files
run: ls -R ${{ github.workspace }}/coverage
run: ls /home/runner/work/dotenv.net
- name: List generated coverage files
run: ls /home/runner/work/dotenv.net/dotenv.net
- name: List generated coverage files
run: ls /home/runner/work/dotenv.net/dotenv.net/coverage

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

0 comments on commit 9dfb2fd

Please sign in to comment.