semiotic-ai / timeline-aggregation-protocol

A fast, efficient and trust-minimized unidirectional micro-payments system.
Apache License 2.0
14 stars 3 forks source link

Add document to RAV storage adapter, adapter mod, tap_manager mod #132

Closed ColePBryan closed 1 year ago

ColePBryan commented 1 year ago

NOTE: if reviewers want to see the generated docs, clone repo and run cargo doc --open

github-actions[bot] commented 1 year ago

Pull Request Test Coverage Report for Build 5480435125


Totals Coverage Status
Change from base Build 5478449598: 0.0%
Covered Lines: 955
Relevant Lines: 1136

💛 - Coveralls
github-actions[bot] commented 1 year ago

🤖 Cargo Audit Report 🤖

(Empty means OK! 👍)

ColePBryan commented 1 year ago

@aasseman I just rebased with main and fixed an issue with the doc example code.

github-actions[bot] commented 1 year ago

🤖 Cargo Audit Report 🤖

(Empty means OK! 👍)

ColePBryan commented 1 year ago

@aasseman btw it seems like the CI will pass cargo test without running doc tests. We might want to fix that to help ensure any example code stays up to date.

aasseman commented 1 year ago

@aasseman btw it seems like the CI will pass cargo test without running doc tests. We might want to fix that to help ensure any example code stays up to date.

https://github.com/taiki-e/cargo-llvm-cov/issues/2 :disappointed:

I'll add a workaround in the CI for this. The doc's code passes now, so no need to wait for that.