File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838 composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
3939
4040 - name : Execute tests
41- run : vendor/bin/phpunit --coverage-xml ./coverage tests
41+ run : vendor/bin/phpunit --coverage-xml ./ tests
4242
4343 - uses : codecov/codecov-action@v1
4444 with :
4545 token : ${{ secrets.CODECOV_TOKEN }}
46- directory : ./ coverage
46+ file : coverage.xml
Original file line number Diff line number Diff line change 3838 composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
3939
4040 - name : Execute tests
41- run : vendor/bin/phpunit --coverage-xml ./coverage tests
41+ run : vendor/bin/phpunit --coverage-xml ./ tests
4242
4343 - uses : codecov/codecov-action@v1
4444 with :
4545 token : ${{ secrets.CODECOV_TOKEN }}
46- directory : ./ coverage
46+ file : coverage.xml
You can’t perform that action at this time.
0 commit comments