File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2.1
22
33orbs :
4- codecov : codecov/codecov@5.4.3
4+ codecov : codecov/codecov@6.0.0
55
66jobs :
77 build :
@@ -71,16 +71,19 @@ jobs:
7171 name : Run Unit Tests
7272 command : |
7373 mkdir -p ./logs/phpunit
74- vendor/bin/phpunit -d memory_limit=1G --coverage-clover coverage.xml --log-junit logs/phpunit/junit.xml --testdox-html logs/phpunit/testdox.html
74+ vendor/bin/phpunit -d memory_limit=1G --coverage-clover logs/phpunit/ coverage.xml --log-junit logs/phpunit/junit.xml --testdox-html logs/phpunit/testdox.html
7575 - store_artifacts :
7676 path : ./logs/phpunit
7777 destination : phpunit
7878 - store_test_results :
7979 path : ./logs
8080 - codecov/upload :
8181 report_type : coverage
82+ disable_search : true
83+ files : logs/phpunit/coverage.xml
8284 - codecov/upload :
8385 report_type : test_results
86+ disable_search : true
8487 files : logs/phpunit/junit.xml
8588
8689workflows :
You can’t perform that action at this time.
0 commit comments