Skip to content

Commit 4a27b85

Browse files
ci: codecov
1 parent 56747ce commit 4a27b85

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

+4
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ jobs:
8282
env:
8383
RUST_BACKTRACE: 1
8484
RUST_LOG: debug
85+
- name: Upload coverage reports to Codecov
86+
uses: codecov/[email protected]
87+
with:
88+
token: ${{ secrets.CODECOV_TOKEN }}
8589
- name: Run compile test
8690
run: cargo run -p origlang-testsuite
8791
env:

0 commit comments

Comments
 (0)