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