From 08fb9c5bf4ff80c9429546e58ec75200a1686f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andres=20Gimenez=20Mu=C3=B1oz?= Date: Mon, 1 Apr 2024 16:32:02 +0200 Subject: [PATCH] Include codecover. --- .github/workflows/ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9db4714..12fd072 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,6 +32,11 @@ jobs: with: global-json-file: ./global.json + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} + - name: Restore Dependencies run: | dotnet restore