Skip to content

Commit a4f3d48

Browse files
authored
[ISSUE #181]💚Add codecov ci (#182)
1 parent 571532b commit a4f3d48

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,10 @@ jobs:
4343
run: cargo build --verbose
4444

4545
- name: Test
46-
run: cargo test --verbose
46+
run: cargo test --verbose
47+
48+
- name: Upload coverage reports to Codecov
49+
uses: codecov/[email protected]
50+
env:
51+
token: ${{ secrets.CODECOV_TOKEN }}
52+
slug: mxsm/rocketmq-rust

0 commit comments

Comments
 (0)