Skip to content

Commit 3fd3804

Browse files
committed
ci: setup codecov
1 parent 1389a9a commit 3fd3804

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/rust.yml

+10
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,13 @@ jobs:
2323
wget -O GeoLite2-Country.mmdb https://git.io/GeoLite2-Country.mmdb
2424
- name: Run tests
2525
run: cargo test --verbose
26+
- name: rust-grcov
27+
uses: actions-rs/[email protected]
28+
- name: Upload coverage reports to Codecov
29+
uses: codecov/[email protected]
30+
env:
31+
token: ${{ secrets.CODECOV_TOKEN }}
32+
slug: jjeffcaii/zerodns
33+
with:
34+
verbose: true
35+
fail_ci_if_error: true

0 commit comments

Comments
 (0)