From a54b2eba5382ec980b1eaf785ed529704fb98cf8 Mon Sep 17 00:00:00 2001 From: umarcor Date: Tue, 12 Jan 2021 20:25:35 +0100 Subject: ci: codecov needs the repo to be checked out in job 'coverage-publish' --- .github/workflows/push.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 61de5de9e..53193dfd5 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -317,6 +317,9 @@ jobs: name: '📮 Publish coverage report' steps: + - name: '🧰 Checkout' + uses: actions/checkout@v2 + - name: '📥 Download artifact: coverage report' uses: actions/download-artifact@v2 with: -- cgit v1.2.3