From 7601d0ec4b59aae30e80735952813eecd39ee05a Mon Sep 17 00:00:00 2001 From: 0xfourzerofour Date: Wed, 27 Sep 2023 11:50:49 -0400 Subject: [PATCH] chore(codecov): add codecov reporting for CI pipeline --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: