diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ce93d1b2..90289ca7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,4 +43,10 @@ jobs: run: cargo build --verbose - name: Test - run: cargo test --verbose \ No newline at end of file + run: cargo test --verbose + + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + env: + token: ${{ secrets.CODECOV_TOKEN }} + slug: mxsm/rocketmq-rust \ No newline at end of file