Skip to content

Commit 065cb58

Browse files
committed
Fix codecov
1 parent ff677bf commit 065cb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
dependency-versions: "${{ matrix.deps }}"
6666

6767
- name: "Run PHPUnit"
68-
run: "bin/phpunit -c tests --coverage-clover=coverage.xml"
68+
run: "bin/phpunit -c tests --coverage-clover coverage.xml"
6969

7070
- name: "Send coverage to Codecov"
7171
uses: "codecov/codecov-action@v2"

0 commit comments

Comments
 (0)