File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 1717 matrix :
1818 rust :
1919 - stable
20+ - beta
2021 steps :
2122 - uses : actions/checkout@v4
2223
5960 - name : Build examples
6061 run : cargo build --examples --verbose
6162
62- coverage :
63- name : Coverage
64- runs-on : ubuntu-latest
65- steps :
66- - uses : actions/checkout@v4
67-
68- - name : Install Rust
69- uses : dtolnay/rust-toolchain@stable
70-
71- - name : Install cargo-tarpaulin
72- uses : taiki-e/install-action@cargo-tarpaulin
73-
74- - name : Generate code coverage
75- run : cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
76-
77- - name : Upload to codecov.io
78- uses : codecov/codecov-action@v3
79- with :
80- file : cobertura.xml
81- fail_ci_if_error : true
8263
8364 security :
8465 name : Security audit
You can’t perform that action at this time.
0 commit comments