Skip to content

Commit 3c37d09

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,7 @@ jobs:
5555
with:
5656
files: ./tests/_output/coverage.xml
5757
verbose: true
58+
token: ${{ secrets.CODECOV_TOKEN }}
59+
60+
- name: Codecov Action
61+
uses: Atrox/codecov-action@v0.1.3

0 commit comments

Comments
 (0)