Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
martintmk committed Mar 23, 2023
1 parent 567deb1 commit 38b4923
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,13 @@ jobs:
with:
files: ./artifacts/coverage-reports/Polly.Core.Tests/Cobertura.xml,./artifacts/coverage-reports/Polly.Specs/Cobertura.xml
flags: ${{ matrix.os_name }}
if-no-files-found: warn

- name: Upload Mutation Report
if: always()
uses: actions/upload-artifact@v3
with:
name: mutation-report-${{ matrix.os_name }}
path: StrykerOutput
if-no-files-found: warn

- name: Publish NuGet packages
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 38b4923

Please sign in to comment.