summaryrefslogtreecommitdiffstats
path: root/.github
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 /.github
parent302a6cb4ac7443be53bddc6baa2f448463b31ff4 (diff)
Actions: Fix codecov commit finding
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/api-php-tests.yml2
1 files changed, 1 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 }}