summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-10-29 10:56:36 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2020-10-29 11:09:29 +0100
commitc6ecf455379b0cdfef433eb06207a11c11695d1e (patch)
treefa8c2f8f81e4579d2336ca16577ff80e05fab044 /.github
parent27d5bdc2b02a1106b3bf5397b66e0a2e7f345a9f (diff)
fixup wrong path to coverage file
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/php-tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/php-tests.yml b/.github/workflows/php-tests.yml
index 9e11f47b7..ccb18bfa2 100644
--- a/.github/workflows/php-tests.yml
+++ b/.github/workflows/php-tests.yml
@@ -49,4 +49,4 @@ jobs:
- name: Unittests
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
+ run: cd ../server/apps/news && bash <(curl -s https://codecov.io/bash) -f build/php-unit.clover \ No newline at end of file