Skip to content

Commit

Permalink
fix(ci): fix unknown flag cc test-reporter
Browse files Browse the repository at this point in the history
Signed-off-by: Fery Wardiyanto <ferywardiyanto@gmail.com>
  • Loading branch information
feryardiant committed Jun 11, 2020
1 parent 49b633d commit f4ff495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Spec
run: |
composer spec
./cc-test-reporter format-coverage -t lcov -o test/cc-reports.${{ matrix.php-versions }}.json ./test/lcov.info --exit-code $?
./cc-test-reporter format-coverage -t lcov -o test/cc-reports.${{ matrix.php-versions }}.json ./test/lcov.info
- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit f4ff495

Please sign in to comment.