Fix multiline commands
This commit is contained in:
parent
d1eb08c783
commit
cbec032fbc
@ -24,19 +24,19 @@ jobs:
|
|||||||
- run: cargo test --all-features --all-targets --no-fail-fast
|
- run: cargo test --all-features --all-targets --no-fail-fast
|
||||||
- run: >-
|
- run: >-
|
||||||
grcov target/debug/profraw
|
grcov target/debug/profraw
|
||||||
--binary-path ./target/debug/
|
--binary-path target/debug/
|
||||||
--output-types html
|
--output-types html
|
||||||
--source-dir .
|
--source-dir .
|
||||||
--ignore-not-existing
|
--ignore-not-existing
|
||||||
--ignore "tests/*"
|
--ignore "tests/*"
|
||||||
--ignore "src/main.rs"
|
--ignore "src/main.rs"
|
||||||
--excl-start "GRCOV_EXCL_START|mod tests \{"
|
--excl-start "GRCOV_EXCL_START|mod tests \{"
|
||||||
--excl-stop "GRCOV_EXCL_STOP"
|
--excl-stop "GRCOV_EXCL_STOP"
|
||||||
--output-path ./target/debug/coverage/
|
--output-path ./target/debug/coverage/
|
||||||
- run: >-
|
- run: >-
|
||||||
python3 .gitea/scripts/coverage.py
|
python3 .gitea/scripts/coverage.py
|
||||||
--coverage-file ./target/debug/coverage/coverage.json
|
--coverage-file ./target/debug/coverage/coverage.json
|
||||||
--fail-under 100.00
|
--fail-under 100.00
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
name: Lint
|
name: Lint
|
||||||
|
Loading…
Reference in New Issue
Block a user