Skip to content

Commit d133224

Browse files
Исправлена среда тестирования
1 parent 8ab3262 commit d133224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ jobs:
5353
- name: Codecov
5454
uses: codecov/codecov-action@v2.1.0
5555
with:
56-
token: ${{ secrets.CODECOV_TOKEN }}
57-
directory: ./tests/
56+
files: ./tests/_output/coverage.xml
57+
verbose: true

0 commit comments

Comments
 (0)