summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-10-29 10:46:53 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2020-10-29 11:09:29 +0100
commit27d5bdc2b02a1106b3bf5397b66e0a2e7f345a9f (patch)
tree728fb1385bea48fd15f7ab4b8d572e50917e3f97
parent48fa9327635124154d7497e7b52b3d68399f17b3 (diff)
Upload codecoverage to codecov.io
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--.github/workflows/php-tests.yml4
-rw-r--r--CHANGELOG.md2
2 files changed, 4 insertions, 2 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
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7f38b17d8..0d0e607d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
- Added changelog enforcer action
- Stop overloading DB ids
- Unittest commands and utilities
-
+- Upload codecoverage to codecov.io
## 15.0.6