Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 31ff9d7

Browse files
Update unit tests pipeline
1 parent ec88d7d commit 31ff9d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: composer install --prefer-dist
3838

3939
- name: "running unit tests"
40-
run: vendor/bin/phpunit
40+
run: vendor/bin/phpunit --coverage-clover build/logs/phpunit/clover.xml --log-junit build/logs/phpunit/junit.xml
4141

4242
- name: "upload coverage results to Codecov"
4343
uses: codecov/codecov-action@v1

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*.log
2+
/build/
23
/.php_cs
34
/.php_cs.cache
45
/.phpunit.result.cache

0 commit comments

Comments
 (0)