Closed Rigidity closed 1 year ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/serde/parse_atom.rs | 126 | 127 | 99.21% | ||
src/serde/tools.rs | 158 | 159 | 99.37% | ||
src/allocator.rs | 300 | 307 | 97.72% | ||
src/serde/object_cache.rs | 132 | 140 | 94.29% | ||
<!-- | Total: | 1323 | 1340 | 98.73% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
src/allocator.rs | 1 | 95.79% | ||
src/serde/read_cache_lookup.rs | 1 | 98.15% | ||
src/serde/parse_atom.rs | 2 | 98.24% | ||
<!-- | Total: | 4 | --> |
Totals | |
---|---|
Change from base Build 5332718148: | 0.07% |
Covered Lines: | 5246 |
Relevant Lines: | 5588 |
This PR aims to resolve a few issues within the code:
cargo clippy
warnings have been resolvedtests
module.Non-code changes made:
.gitignore
to include bothtarget
folders as well asCargo.lock
.Cargo.lock
from the repository.This PR does not do any of the following:
cargo test
command.