Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
chore(ci): get rid of coverage output while running test
Browse files Browse the repository at this point in the history
Signed-off-by: Fery Wardiyanto <[email protected]>
  • Loading branch information
feryardiant committed Aug 30, 2023
1 parent af5367a commit 2777efb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
command: composer update --prefer-dist --no-interaction --no-progress

- name: Run tests
run: composer test
run: composer test -- --coverage

- name: Generate reports for CodeClimate
env:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"pint --preset laravel"
],
"test": [
"testbench package:test --coverage --ansi"
"testbench package:test --ansi"
],
"testbench": [
"testbench"
Expand Down

0 comments on commit 2777efb

Please sign in to comment.