Update rust toolchain to 1.79 (#176)
All checks were successful
Cargo CI / Build and Test (push) Successful in 1m49s
Cargo CI / Build and Test (pull_request) Successful in 1m51s
Cargo CI / Lint (push) Successful in 1m5s
Cargo CI / Lint (pull_request) Successful in 1m6s

Closes #174

Reviewed-on: #176
This commit is contained in:
Wojciech Kozlowski 2024-06-16 16:38:35 +02:00
parent d9d5945422
commit f395433343
3 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/library/rust:1.75
FROM docker.io/library/rust:1.79
RUN rustup component add \
clippy \

View File

@ -13,7 +13,7 @@ env:
jobs:
build_and_test:
name: Build and Test
container: docker.io/drrobot/musichoard-ci:rust-1.75
container: docker.io/drrobot/musichoard-ci:rust-1.79
env:
BEETSDIR: ./
LLVM_PROFILE_FILE: target/debug/profraw/musichoard-%p-%m.profraw
@ -37,6 +37,7 @@ jobs:
--ignore "tests/*"
--ignore "src/main.rs"
--ignore "src/bin/musichoard-edit.rs"
--excl-line "^#\[derive"
--excl-start "GRCOV_EXCL_START|mod tests \{"
--excl-stop "GRCOV_EXCL_STOP"
--output-path ./target/debug/coverage/

View File

@ -50,6 +50,7 @@ grcov codecov/debug/profraw \
--ignore "tests/*" \
--ignore "src/main.rs" \
--ignore "src/bin/musichoard-edit.rs" \
--excl-line "^#\[derive" \
--excl-start "GRCOV_EXCL_START|mod tests \{" \
--excl-stop "GRCOV_EXCL_STOP" \
--output-path ./codecov/debug/coverage/