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 17
17
matrix :
18
18
rust :
19
19
- stable
20
+ - beta
20
21
steps :
21
22
- uses : actions/checkout@v4
22
23
59
60
- name : Build examples
60
61
run : cargo build --examples --verbose
61
62
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
82
63
83
64
security :
84
65
name : Security audit
You can’t perform that action at this time.
0 commit comments