Skip to content

Commit

Permalink
stryker net
Browse files Browse the repository at this point in the history
  • Loading branch information
b3b00 committed Nov 15, 2024
1 parent 6c85737 commit 2ddf7c4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,21 @@ jobs:
reporttypes: 'HtmlInline;MarkdownSummary'
verbosity: 'Info' # The verbosity level of the log messages. Values: Verbose, Info, Warning, Error, Off
tag: '${{ github.run_number }}_${{ github.run_id }}'

- name: Publish coverage summary
uses: marocchino/sticky-pull-request-comment@v2
with:
path: coveragereport/Summary.md
- name: stryket.net
uses: stryker-mutator/[email protected]
with:
testProject: "tests/ParserTests/"
- name: publish stryker report
uses: actions/upload-artifact@v3
with:
name: html-report
path: ${{github.workspace}}/StrykerOutput/**/**/*.html

- name: publish nuget
if: ${{success() && matrix.os == 'windows-latest' && env.PUBLISH_NUGET}}
id: publish_nuget
Expand Down

0 comments on commit 2ddf7c4

Please sign in to comment.