summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2021-02-23 13:27:04 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-02-23 14:10:47 +0100
commit88783899859b3e149cc034bd01893c1c9e3cc62e (patch)
tree9394c8871c99a954142502e54c43e9b0063942b3
parent302a6cb4ac7443be53bddc6baa2f448463b31ff4 (diff)
Actions: Fix codecov commit finding
-rw-r--r--.github/workflows/api-php-tests.yml2
-rw-r--r--AUTHORS.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/api-php-tests.yml b/.github/workflows/api-php-tests.yml
index 2a152480b..8b834d053 100644
--- a/.github/workflows/api-php-tests.yml
+++ b/.github/workflows/api-php-tests.yml
@@ -52,4 +52,4 @@ jobs:
run: make unit-test
- name: Upload codecoverage
working-directory: ../server/apps/news
- run: bash <(curl -s https://codecov.io/bash) -f build/php-unit.clover
+ run: bash <(curl -s https://codecov.io/bash) -f build/php-unit.clover -N ${{ github.sha }}
diff --git a/AUTHORS.md b/AUTHORS.md
index 558128d24..d2b3642ed 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -72,6 +72,7 @@
* [Arthur Schiwon](mailto:blizzz@arthur-schiwon.de)
* [Benedikt Geißler](mailto:benedikt@g5r.eu)
* [Bernhard Posselt](mailto:bernhard@desktop.localdomain)
+* [Candid Dauth](mailto:cdauth@cdauth.eu)
* [Carlos Silva](mailto:r3pek@r3pek.org)
* [Cesar Enrique Garcia Dabo](mailto:enrique@engarda.org)
* [Chris Aumann](mailto:me@chr4.org)
@@ -126,6 +127,7 @@
* [Thomas Wouters](mailto:twouters@users.noreply.github.com)
* [Tilo Spannagel](mailto:development@tilosp.de)
* [Timo Schmidt](mailto:timo@xinterchange.net)
+* [Tucker McKnight](mailto:tucker.mcknight@gmail.com)
* [Welling Guzmán](mailto:WellingGuzman@users.noreply.github.com)
* [Xaver Maierhofer](mailto:xaver.maierhofer@xwissen.info)
* [Xemle](mailto:xemle@phtagr.org)