We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c891d0 commit d2a0385Copy full SHA for d2a0385
2 files changed
.github/workflows/actions.yaml
@@ -73,4 +73,10 @@ jobs:
73
run: composer install --prefer-dist --no-scripts --no-progress --no-suggest
74
75
- name: Run PHPUnit
76
- run: vendor/bin/phpunit
+ run: vendor/bin/phpunit --coverage-clover=coverage.xml
77
+
78
+ - name: Upload coverage to Codecov
79
+ uses: codecov/codecov-action@v3
80
+ with:
81
+ files: coverage.xml
82
+ fail_ci_if_error: true
README.md
@@ -1,5 +1,7 @@
1
[](https://github.com/zeroSal/php-seven/actions/workflows/actions.yaml)
2
3
+[](https://codecov.io/gh/zeroSal/php-seven)
4
5
# php-seven
6
PHP `ISO/OSI` layer 7 protocols adapters library.
7
0 commit comments