From 5e3916dce69973f9e475487dd89a629650cde775 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sat, 4 Feb 2023 04:42:47 +0100 Subject: [PATCH] ci: upload coverage to codecov Signed-off-by: CrazyMax --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 446d742..693bbb0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,8 +41,8 @@ jobs: targets: test-coverage env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -# - -# name: Upload coverage -# uses: codecov/codecov-action@v3 -# with: -# file: ./coverage/clover.xml + - + name: Upload coverage + uses: codecov/codecov-action@v3 + with: + file: ./coverage/clover.xml