ergoplatform / oracle-core

Core off-chain component of Oracle Pools
Apache License 2.0
62 stars 37 forks source link

Add action report to keep results from actions for monitoring an REST API #271

Closed greenhat closed 1 year ago

greenhat commented 1 year ago

Close #262

This PR introduces *ActionReport types created during the refresh and datapoint actions. Along with storage and access across all app modules (REST API now, health monitoring later).

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5001140377


Changes Missing Coverage Covered Lines Changed/Added Lines %
core/src/pool_commands.rs 0 3 0.0%
core/src/action_report.rs 0 7 0.0%
core/src/main.rs 0 8 0.0%
core/src/api.rs 0 12 0.0%
<!-- Total: 4 34 11.76% -->
Files with Coverage Reduction New Missed Lines %
core/src/api.rs 1 0%
core/src/main.rs 1 0%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 4978549204: -0.3%
Covered Lines: 2096
Relevant Lines: 3505

💛 - Coveralls