Skip to content

Commit e9fa90d

Browse files
chore: bump stryker-mutator and stryker-diff-runner to latest
1 parent 6fcc0f1 commit e9fa90d

File tree

4 files changed

+1324
-562
lines changed

4 files changed

+1324
-562
lines changed

.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ reports/
66
CHANGELOG.md
77
.stryker-tmp
88
stryker.log
9-
coverage.lcov
9+
coverage/
1010
node_modules/

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,13 @@ services:
3131
environment:
3232
- STRYKER_DASHBOARD_API_KEY
3333
command: npm run test:mutation
34+
volumes:
35+
- ./reports:/app/reports
3436

3537
test-mutation-diff:
3638
extends: base
3739
environment:
3840
- STRYKER_DASHBOARD_API_KEY
3941
command: npm run test:mutation:diff
42+
volumes:
43+
- ./reports:/app/reports

0 commit comments

Comments
 (0)