From 980695382ffd653bc2eecb21bcf90f96eaf58de5 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Thu, 14 Jan 2021 23:42:53 +0000 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index aa5fab9..cd37811 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,6 +24,8 @@ jobs: - name: Run tests run: | make coverage - - name: Upload coverage to Codecov - run: | - codecov + - name: Upload coverage + uses: codecov/codecov-action@v1 + with: + file: ./coverage.xml + flags: unit