From 1f48f4dff53457358cda542e1967afc2a2f5e502 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 8 Oct 2023 19:26:41 +0200 Subject: [PATCH] Feature: CI, Add codecov --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9464ef..69ffcbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,6 +51,11 @@ jobs: exit 1 fi + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + - name: Start integration test dependencies run: | make test.dependencies.start