diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c493625d..1e8935ebd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,11 @@ jobs: - name: Run tests run: cargo test --all --all-features + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + lint: runs-on: ubuntu-latest steps: