Skip to content

Commit

Permalink
added segment reader!
Browse files Browse the repository at this point in the history
Signed-off-by: Sienna Satterwhite <[email protected]>
  • Loading branch information
siennathesane committed Dec 12, 2024
1 parent e5f5ea4 commit 58e2ebd
Show file tree
Hide file tree
Showing 3 changed files with 490 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
tool: cargo-llvm-cov
- name: Test with coverage
run: |
cargo nextest --profile ci run
cargo llvm-cov --no-report nextest --profile ci
cargo llvm-cov report --lcov --output-path lcov.info
- name: Upload coverage data to codecov
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ mod segment_writer;
pub(crate) mod state;
mod stats;
mod utils;
// mod segment_reader;
mod segment_reader;

/// The core Cesium database! The API is simple by design, and focused on
/// performance. It is designed for heavy concurrency, implements sharding, and
Expand Down
Loading

0 comments on commit 58e2ebd

Please sign in to comment.