From 1deff7c341cfb2c4c55c21eea56df459d2d7a7a1 Mon Sep 17 00:00:00 2001 From: mxsm Date: Sun, 11 Feb 2024 07:26:08 +0000 Subject: [PATCH] =?UTF-8?q?[ISSUE=20#181]=F0=9F=92=9AAdd=20codecov=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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