Skip to content

Commit 4bc0aa3

Browse files
committed
1 parent 6759e78 commit 4bc0aa3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: |
7777
cd tests
7878
dotnet tool restore
79-
dotnet tool run dotnet-stryker --reporter dashboard --version ${GITHUB_REF#refs/heads/} --dashboard-api-key ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
79+
dotnet tool run dotnet-stryker --version ${GITHUB_REF#refs/heads/} --dashboard-api-key ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
8080
- name: Create NuGet package
8181
run: dotnet pack --no-build --output .
8282
id: dotnet-pack

tests/stryker-config.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"stryker-config" : {
3+
"baseline" : {
4+
"enabled" : true
5+
},
6+
"reporters" : [
7+
"dashboard",
8+
"baseline"
9+
],
10+
"since" : {
11+
"target" : "main"
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)