Skip to content

Commit e32bf78

Browse files
committed
updating build workflow
1 parent 21ddb93 commit e32bf78

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: PHP Composer
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "main", "feature/build-coverage-check" ]
66
pull_request:
77
branches: [ "main" ]
88

@@ -36,4 +36,5 @@ jobs:
3636
# Docs: https://getcomposer.org/doc/articles/scripts.md
3737

3838
- name: Run test suite
39-
run: composer run-script test
39+
run: composer run-script test && \
40+
./vendor/bin/coverage-check clover.xml 80 --only-percentage

0 commit comments

Comments
 (0)