summaryrefslogtreecommitdiffstats
path: root/.github/workflows/php-tests.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/php-tests.yml')
-rw-r--r--.github/workflows/php-tests.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/php-tests.yml b/.github/workflows/php-tests.yml
index 004514978..9e11f47b7 100644
--- a/.github/workflows/php-tests.yml
+++ b/.github/workflows/php-tests.yml
@@ -47,4 +47,6 @@ jobs:
- name: PHPStan
run: cd ../server/apps/news && make phpstan
- name: Unittests
- run: cd ../server/apps/news && make unit-test \ No newline at end of file
+ run: cd ../server/apps/news && make unit-test
+ - name: Upload codecoverage
+ run: bash <(curl -s https://codecov.io/bash) -f build/php-unit.clover \ No newline at end of file