Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Sep 14, 2023
1 parent 6d63a8d commit df40fb5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,6 @@ jobs:
with:
name: MimeKit.${{ steps.semantic_version.outputs.version_num }}.${{ env.GITHUB_RUN_NUMBER }}-${{ matrix.os }}-${{ matrix.build-configuration }}-TestResults.xml
path: TestResult.xml

- if: steps.configure.outputs.generate_code_coverage == 'yes'
name: Install coveralls.net
id: install_coveralls_net
continue-on-error: false
shell: pwsh
run: |
dotnet new tool-manifest
dotnet tool install coveralls.net

- if: steps.configure.outputs.generate_code_coverage == 'yes'
name: Upload code coverage data to coveralls.io
Expand Down

0 comments on commit df40fb5

Please sign in to comment.