Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update book.yml

Update book.yml #1808

Workflow file for this run

name:Code Coverage
on:
push:
branches:
-master
jobs:
cover:
runs-on:ubuntu-22.04
env:
CARGO_TERM_COLOR:always
steps:
-uses:actions/checkout@v4
-name:Install stable toolchain
uses:dtolnay/rust-toolchain@stable
with:
toolchain:1.86.0
-name:Rust Cache
uses:Swatinem/rust-cache@v2
-name:Install cargo-llvm-cov
uses:taiki-e/install-action@cargo-llvm-cov
-name:Run cargo-tarpaulin
run:cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
-name:Upload to codecov.io
uses:codecov/codecov-action@v4
with:
token:${{secrets.CODECOV_TOKEN}}
files:lcov.info
fail_ci_if_error:true
-name:Archive code coverage results
uses:actions/upload-artifact@v4
with:
name:code-coverage-report
path:cobertura.xml

[8]ページ先頭

©2009-2025 Movatter.jp