File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 56
56
run : " composer install --no-interaction --no-progress --no-suggest"
57
57
58
58
- name : " Tests"
59
- run : " vendor/bin/phpunit"
59
+ run : " XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover coverage.xml"
60
+
61
+ - name : " Send codecov report0"
62
+ uses : codecov/codecov-action@v1
63
+ with :
64
+ token : ${{ secrets.CODECOV_TOKEN }} # not required for public repos
65
+ files : ./coverage.xml
Original file line number Diff line number Diff line change 1
- Antidot Framework
1
+ Antidot Framework Runtime
2
2
=================
3
3
4
- [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/antidot-framework/antidot-framework/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/antidot-framework/antidot-framework/?branch=master )
5
4
[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/antidot-framework/antidot-framework/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/antidot-framework/antidot-framework/?branch=master )
6
5
[ ![ Build Status] ( https://scrutinizer-ci.com/g/antidot-framework/antidot-framework/badges/build.png?b=master )] ( https://scrutinizer-ci.com/g/antidot-framework/antidot-framework/build-status/master )
7
6
[ ![ Code Intelligence Status] ( https://scrutinizer-ci.com/g/antidot-framework/antidot-framework/badges/code-intelligence.svg?b=master )] ( https://scrutinizer-ci.com/code-intelligence )
You can’t perform that action at this time.
0 commit comments