graphprotocol / indexer-rs

Rewrite of indexer-service in Rust with TAP payments implementation
Apache License 2.0
22 stars 20 forks source link

refactor: use middleware for free auth token #499

Closed gusinacio closed 1 week ago

anirudh2 commented 1 week ago

I'll wait till you fix clippy!

github-actions[bot] commented 1 week ago

Pull Request Test Coverage Report for Build 11921361871

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
crates/service/src/routes/static_subgraph.rs 0 1 0.0%
crates/service/src/service/indexer_service.rs 0 23 0.0%
<!-- Total: 0 24 0.0% -->
Files with Coverage Reduction New Missed Lines %
crates/tap-agent/src/agent/sender_account.rs 1 92.0%
crates/service/src/service/indexer_service.rs 2 0.0%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 11921263512: -0.05%
Covered Lines: 5498
Relevant Lines: 7638

💛 - Coveralls
gusinacio commented 1 week ago

I'll wait till you fix clippy!

done