File tree 4 files changed +16
-3
lines changed 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
- name : PHP Composer
1
+ name : build
2
2
3
3
on :
4
4
push :
45
45
run : php vendor/bin/codecept run unit
46
46
47
47
- name : Run Codecept coverage
48
- run : php vendor/bin/codecept run --coverage --coverage-xml
49
-
48
+ run : php vendor/bin/codecept run --coverage --coverage-xml --coverage-phpunit
49
+
50
+ - name : Download artifacts
51
+ uses : actions/download-artifact@v2
52
+
50
53
- name : Codecov
51
54
uses : codecov/codecov-action@v2.1.0
52
55
with :
53
56
token : ${{ secrets.CODECOV_TOKEN }}
57
+ directory : ./tests/_output
58
+ files : ./tests/_output/coverage.xml
59
+ flags : unittests
60
+ verbose : true
61
+ fail_ci_if_error : true
Original file line number Diff line number Diff line change 1
1
# php-data-entities
2
2
3
+ ![ release] ( https://img.shields.io/github/v/release/mepihindeveloper/php-data-entities?label=version )
4
+ ![ license] ( https://img.shields.io/github/license/mepihindeveloper/php-data-entities )
5
+ ![ build] ( https://github.com/mepihindeveloper/php-data-entities/actions/workflows/php.yml/badge.svg?branch=development )
6
+ [ ![ codecov] ( https://codecov.io/gh/mepihindeveloper/php-data-entities/branch/development/graph/badge.svg?token=36PP7VKHKG )] ( https://codecov.io/gh/mepihindeveloper/php-data-entities )
7
+
3
8
Компонент для работы с пользовательскими константами в PHP. Данный компонент помогает оперировать константами и их
4
9
представлениями.
5
10
You can’t perform that action at this time.
0 commit comments