From 88783899859b3e149cc034bd01893c1c9e3cc62e Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Tue, 23 Feb 2021 13:27:04 +0100 Subject: Actions: Fix codecov commit finding --- .github/workflows/api-php-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 }} -- cgit v1.2.3