diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 62fa4a1..935d728 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -62,6 +62,16 @@ jobs: name: coverage-attune-help path: coverage.xml + - name: Upload coverage to Codecov + if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11' + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 + with: + files: ./coverage.xml + fail_ci_if_error: false + verbose: true + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + test-no-authoring-extra: name: zero-dep contract (no [authoring]) runs-on: ubuntu-latest