Skip to content

Review fixes

cb0b710
Select commit
Loading
Failed to load commit list.
Merged

Chain event handler #444

Review fixes
cb0b710
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 19, 2025 in 1s

54.43% of diff hit (target 49.24%)

View this Pull Request on Codecov

54.43% of diff hit (target 49.24%)

Annotations

Check warning on line 191 in crates/bcr-ebill-api/src/service/bill_service/issue.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-api/src/service/bill_service/issue.rs#L191

Added line #L191 was not covered by tests

Check warning on line 104 in crates/bcr-ebill-api/src/service/bill_service/payment.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-api/src/service/bill_service/payment.rs#L104

Added line #L104 was not covered by tests

Check warning on line 151 in crates/bcr-ebill-api/src/service/bill_service/payment.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-api/src/service/bill_service/payment.rs#L151

Added line #L151 was not covered by tests

Check warning on line 183 in crates/bcr-ebill-api/src/service/bill_service/payment.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-api/src/service/bill_service/payment.rs#L183

Added line #L183 was not covered by tests

Check warning on line 463 in crates/bcr-ebill-api/src/service/bill_service/test_utils.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-api/src/service/bill_service/test_utils.rs#L458-L463

Added lines #L458 - L463 were not covered by tests

Check warning on line 42 in crates/bcr-ebill-api/src/service/notification_service/default_service.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-api/src/service/notification_service/default_service.rs#L41-L42

Added lines #L41 - L42 were not covered by tests

Check warning on line 162 in crates/bcr-ebill-core/src/notification.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-core/src/notification.rs#L162

Added line #L162 was not covered by tests

Check warning on line 39 in crates/bcr-ebill-transport/src/event/chain_event.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-transport/src/event/chain_event.rs#L39

Added line #L39 was not covered by tests

Check warning on line 67 in crates/bcr-ebill-transport/src/event/chain_event.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-transport/src/event/chain_event.rs#L67

Added line #L67 was not covered by tests

Check warning on line 50 in crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs#L42-L50

Added lines #L42 - L50 were not covered by tests

Check warning on line 56 in crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs#L52-L56

Added lines #L52 - L56 were not covered by tests

Check warning on line 62 in crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs#L59-L62

Added lines #L59 - L62 were not covered by tests

Check warning on line 68 in crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs#L64-L68

Added lines #L64 - L68 were not covered by tests

Check warning on line 71 in crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs#L70-L71

Added lines #L70 - L71 were not covered by tests

Check warning on line 74 in crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs#L74

Added line #L74 was not covered by tests

Check warning on line 77 in crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs#L76-L77

Added lines #L76 - L77 were not covered by tests

Check warning on line 86 in crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs#L80-L86

Added lines #L80 - L86 were not covered by tests

Check warning on line 91 in crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs#L89-L91

Added lines #L89 - L91 were not covered by tests

Check warning on line 94 in crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs#L93-L94

Added lines #L93 - L94 were not covered by tests

Check warning on line 98 in crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs#L97-L98

Added lines #L97 - L98 were not covered by tests

Check warning on line 109 in crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs#L100-L109

Added lines #L100 - L109 were not covered by tests

Check warning on line 111 in crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs#L111

Added line #L111 was not covered by tests

Check warning on line 122 in crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs#L113-L122

Added lines #L113 - L122 were not covered by tests

Check warning on line 124 in crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs#L124

Added line #L124 was not covered by tests

Check warning on line 129 in crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bcr-ebill-transport/src/handler/bill_chain_event_handler.rs#L126-L129

Added lines #L126 - L129 were not covered by tests