Skip to content

Fix certain symbols being incorrectly identified as incomplete boolea… #181

Fix certain symbols being incorrectly identified as incomplete boolea…

Fix certain symbols being incorrectly identified as incomplete boolea… #181

Triggered via push July 11, 2024 13:43
Status Failure
Total duration 2m 5s
Artifacts

coverage.yml

on: push
Matrix: Build and Test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 6 warnings
`assert!(false, ..)` should probably be replaced: src/lazy/text/buffer.rs#L2331
error: `assert!(false, ..)` should probably be replaced --> src/lazy/text/buffer.rs:2331:21 | 2331 | / assert!( 2332 | | false, 2333 | | "Parser reported an unexpected error for input: {}, Result: {:?}", 2334 | | self.input, err 2335 | | ); | |_____________________^ | = help: use `panic!(..)` or `unreachable!(..)` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants
`assert!(false, ..)` should probably be replaced: src/lazy/text/buffer.rs#L2303
error: `assert!(false, ..)` should probably be replaced --> src/lazy/text/buffer.rs:2303:21 | 2303 | / assert!( 2304 | | false, 2305 | | "parser reported an incomplete match rather than a mismatch: {}", 2306 | | self.input 2307 | | ) | |_____________________^ | = help: use `panic!(..)` or `unreachable!(..)` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants = note: `-D clippy::assertions-on-constants` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::assertions_on_constants)]`
Build and Test (ubuntu-latest)
Codecov: Failed to properly upload: The process '/home/runner/work/_actions/codecov/codecov-action/v3/dist/codecov' failed with exit code 255
Build and Test (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test (ubuntu-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and Test (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/