From eeff943e248c7f85e54916c217c9c8b4c13af257 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Tue, 11 Oct 2022 01:01:15 +0200 Subject: [PATCH] codecov --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f32ad3d..5f0768a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,3 +37,5 @@ jobs: MINT_PORT: 3338 run: | poetry run pytest tests + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v3