Skip to content

feat(nano): implement resources and events [part 12]#1289

Merged
jansegre merged 1 commit into
masterfrom
feat/nano/resources-and-events
Jun 18, 2025
Merged

feat(nano): implement resources and events [part 12]#1289
jansegre merged 1 commit into
masterfrom
feat/nano/resources-and-events

feat(nano): implement resources and events

16253fa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jun 17, 2025 in 0s

75.68% (target 82.00%)

View this Pull Request on Codecov

75.68% (target 82.00%)

Details

Codecov Report

Attention: Patch coverage is 44.03794% with 413 lines in your changes missing coverage. Please review.

Project coverage is 75.68%. Comparing base (8fcb384) to head (16253fa).

Files with missing lines Patch % Lines
hathor/nanocontracts/resources/nc_creation.py 37.39% 77 Missing ⚠️
hathor/nanocontracts/resources/blueprint.py 38.53% 67 Missing ⚠️
hathor/nanocontracts/resources/on_chain.py 37.50% 65 Missing ⚠️
hathor/nanocontracts/resources/history.py 30.68% 61 Missing ⚠️
hathor/dag_builder/vertex_exporter.py 16.17% 56 Missing and 1 partial ⚠️
hathor/nanocontracts/resources/builtin.py 53.22% 29 Missing ⚠️
...r/nanocontracts/resources/blueprint_source_code.py 41.86% 25 Missing ⚠️
hathor/nanocontracts/resources/state.py 72.41% 16 Missing ⚠️
hathor/manager.py 42.10% 11 Missing ⚠️
hathor/event/model/event_data.py 73.33% 4 Missing ⚠️
... and 1 more

❌ Your project check has failed because the head coverage (75.68%) is below the target coverage (82.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1289      +/-   ##
==========================================
- Coverage   76.42%   75.68%   -0.74%     
==========================================
  Files         417      426       +9     
  Lines       30724    31455     +731     
  Branches     4798     4873      +75     
==========================================
+ Hits        23480    23808     +328     
- Misses       6429     6835     +406     
+ Partials      815      812       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.