Skip to content

Commit

Permalink
Fix scrutinizer.yml, create directory runtime. (#3)
Browse files Browse the repository at this point in the history
* Fix scrutinizer.yml, create directory runtime.
* Fix directory code coverage.
  • Loading branch information
terabytesoftw committed Aug 2, 2022
1 parent 6410f08 commit 271bf11
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ build:

tests:
override:
- command: |
./yii serve 127.0.0.1:8080 > ./runtime/yii.log 2>&1 &
vendor/bin/codecept run --coverage-xml
- command: vendor/bin/codecept run --coverage-xml
on_node: 1
coverage:
file: runtime/tests/_output/coverage.xml
Expand Down
2 changes: 1 addition & 1 deletion codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace: App\Console\Tests
support_namespace: Support
paths:
tests: tests
output: tests/_output
output: runtime/tests/_output
data: tests/Support/Data
support: tests/Support
envs: tests/_envs
Expand Down
Empty file added runtime/.gitignore
Empty file.

0 comments on commit 271bf11

Please sign in to comment.