From 8753d8124e490d9b6ceab4733189d2206f6189a4 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 2 Apr 2022 05:03:15 -0500 Subject: [PATCH] ci(tests): Update poetry ci action --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 039d42931..151d5b16c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,6 +34,6 @@ jobs: - name: Test with pytest run: poetry run py.test --cov=./ --cov-report=xml - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v2 with: token: ${{ secrets.CODECOV_TOKEN }}