Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: querying of TSV files via CLI (#2) #7

Merged
merged 4 commits into from
May 16, 2023

Conversation

holtgrewe
Copy link
Contributor

No description provided.

@holtgrewe holtgrewe linked an issue May 16, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented May 16, 2023

Codecov Report

Patch coverage: 89.34% and project coverage change: +2.08 🎉

Comparison is base (e0a2402) 84.20% compared to head (da15261) 86.29%.

❗ Current head da15261 differs from pull request most recent head fb5f69b. Consider uploading reports for the commit fb5f69b to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #7      +/-   ##
==========================================
+ Coverage   84.20%   86.29%   +2.08%     
==========================================
  Files           9       11       +2     
  Lines         709     1014     +305     
==========================================
+ Hits          597      875     +278     
- Misses        112      139      +27     
Impacted Files Coverage Δ
src/common/cli.rs 88.46% <ø> (ø)
src/main.rs 0.00% <0.00%> (ø)
src/tsv/cli/import/mod.rs 88.37% <63.63%> (-2.39%) ⬇️
src/common/rocks_utils.rs 80.00% <80.00%> (ø)
src/tsv/schema.rs 85.80% <80.00%> (-0.87%) ⬇️
src/tsv/cli/query.rs 91.97% <91.97%> (ø)
src/common/spdi.rs 95.06% <95.06%> (ø)
src/common/keys.rs 100.00% <100.00%> (ø)
src/tsv/cli/import/no_tbi.rs 71.42% <100.00%> (ø)
src/tsv/cli/import/par_tbi.rs 85.24% <100.00%> (ø)
... and 1 more

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@holtgrewe holtgrewe merged commit ceb908d into main May 16, 2023
@holtgrewe holtgrewe deleted the 2-implement-dump-of-tsv-files branch May 16, 2023 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement dump of TSV files
1 participant