From 27d5bdc2b02a1106b3bf5397b66e0a2e7f345a9f Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Thu, 29 Oct 2020 10:46:53 +0100 Subject: Upload codecoverage to codecov.io Signed-off-by: Benjamin Brahmer --- .github/workflows/php-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3