From 88783899859b3e149cc034bd01893c1c9e3cc62e Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Tue, 23 Feb 2021 13:27:04 +0100 Subject: [PATCH] Actions: Fix codecov commit finding --- .github/workflows/api-php-tests.yml | 2 +- AUTHORS.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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)