File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 49
49
50
50
- name : Run tests
51
51
run : composer test
52
+
53
+ - name : Run Infection
54
+ run : composer infection
55
+ env :
56
+ INFECTION_DASHBOARD_API_KEY : ${{ secrets.INFECTION_DASHBOARD_API_KEY }}
57
+
58
+ - name : Upload coverage to Codecov.io
59
+ run : bash <(curl -s https://codecov.io/bash -s "build/logs")
60
+ continue-on-error : true
61
+
62
+ - name : Upload coverage to Scrutinizer
63
+ uses : sudo-bot/action-scrutinizer@latest
64
+ with :
65
+ cli-args : --format=php-clover build/logs/clover.xml
66
+ continue-on-error : true
Original file line number Diff line number Diff line change 9
9
"text": "build/logs/infection/infection.log",
10
10
"summary": "build/logs/infection/summary.log",
11
11
"perMutator": "build/logs/infection/per-mutator.md",
12
- "badge ": {
13
- "branch ": "master"
12
+ "stryker ": {
13
+ "badge ": "/^ master$/ "
14
14
}
15
15
}
16
16
}
You can’t perform that action at this time.
0 commit comments