From 0ebd0401b857460cfb2685ed68d62ec9fe271128 Mon Sep 17 00:00:00 2001 From: Dmitry Meyer Date: Mon, 14 Oct 2024 16:44:26 +0000 Subject: [PATCH] CI: Fix Codecov Action See: https://github.com/codecov/codecov-action/issues/1549 --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fc68220..7c0c944 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -99,3 +99,5 @@ jobs: pytest --cov -- test - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 + with: + version: v0.7.3