Skip to content

Commit

Permalink
combine stryker and build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
vbreuss committed Apr 1, 2024
1 parent 140512d commit a8a62af
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 37 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,7 @@ jobs:
coverage-reports: coverage-report/Cobertura.xml

stryker:
name: Analyze quality of unit test coverage with .NET Stryker
if: startsWith(github.ref, 'refs/heads/release/')
name: Stryker mutation testing
runs-on: ubuntu-latest
timeout-minutes: 300
steps:
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/stryker.yml

This file was deleted.

1 change: 0 additions & 1 deletion Testably.Abstractions.FluentAssertions.sln
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\ci-stryker.yml = .github\workflows\ci-stryker.yml
.github\workflows\ci.yml = .github\workflows\ci.yml
.github\workflows\stryker.yml = .github\workflows\stryker.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Testably.Abstractions.FluentAssertions", "Source\Testably.Abstractions.FluentAssertions\Testably.Abstractions.FluentAssertions.csproj", "{BC318ADF-0A23-4D0F-8FBE-4E73F839450A}"
Expand Down

0 comments on commit a8a62af

Please sign in to comment.