From 401b6967fe4014f9472a03f72445b5dbfb666844 Mon Sep 17 00:00:00 2001 From: Filipe Pina Date: Tue, 24 Mar 2026 10:18:53 +0000 Subject: [PATCH] x --- .github/workflows/test.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6a9e880..b2379eb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,12 @@ jobs: run: | make test - - name: Upload results to Codecov + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v5 + with: + token: ${{ secrets.CODECOV_TOKEN }} + + - name: Upload test results to Codecov uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}