File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
template/.github/workflows Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1616 steps :
1717 - name : Checkout repository
1818 uses : actions/checkout@v4
19- # Ensure that the latest version of Cargo is installed
20- - name : Install Rust toolchain
21- uses : dtolnay/rust-toolchain@stable
22- - uses : Swatinem/rust-cache@v2
23- - uses : actions-rs/audit-check@v1
19+ - name : Run security audit
20+ uses : rustsec/audit-check@v1.4.1
2421 with :
2522 token : ${{ secrets.GITHUB_TOKEN }}
2623{% endraw %}
Original file line number Diff line number Diff line change 7575 uses : taiki-e/install-action@cargo-llvm-cov
7676 - name : Generate code coverage
7777 run : cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
78+ - name : Coveralls
79+ uses : coverallsapp/github-action@v2
80+ with :
81+ file : lcov.info
7882{% endraw %}
7983
You can’t perform that action at this time.
0 commit comments