Skip to content

Commit 4906149

Browse files
Добавлен codecov
1 parent 1fa79c1 commit 4906149

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/php.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,13 @@ jobs:
4848
run: php vendor/bin/codecept run --coverage --coverage-xml --coverage-phpunit
4949

5050
- name: Download artifacts
51-
uses: actions/download-artifact@v2
51+
uses: actions/download-artifact@v2
52+
53+
- name: Codecov
54+
uses: codecov/codecov-action@v2.1.0
55+
with:
56+
directory: ./tests/_output
57+
files: ./coverage.xml
58+
flags: unittests
59+
verbose: true
60+
fail_ci_if_error: true

0 commit comments

Comments
 (0)