From eeea0e1dbee5bdb341cc9b50bdece15477e80469 Mon Sep 17 00:00:00 2001 From: Mike <22396211+Dresdn@users.noreply.github.com> Date: Wed, 20 Oct 2021 08:03:03 -0700 Subject: [PATCH] chore: add upload to codecov step --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7f5047e..d3c1019 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,3 +45,8 @@ jobs: poetry run pytest poetry check poetry run pip check + + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v2 + with: + file: ./coverage.xml