Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup beacon test config #1102

Merged
merged 2 commits into from
Jan 10, 2024
Merged

Cleanup beacon test config #1102

merged 2 commits into from
Jan 10, 2024

Conversation

claravanstaden
Copy link
Contributor

Copy link

codecov bot commented Jan 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (902f8ab) 80.57% compared to head (16f73df) 80.57%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1102   +/-   ##
=======================================
  Coverage   80.57%   80.57%           
=======================================
  Files          55       55           
  Lines        2209     2209           
  Branches       72       72           
=======================================
  Hits         1780     1780           
  Misses        412      412           
  Partials       17       17           
Flag Coverage Δ
rust 80.55% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@claravanstaden claravanstaden marked this pull request as ready for review January 9, 2024 14:55
Copy link
Collaborator

@vgeddes vgeddes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@@ -10,6 +10,10 @@ use snowbridge_core::inbound::{Log, Proof};
use sp_core::H256;
use sp_runtime::traits::{BlakeTwo256, IdentityLookup};
use std::{fs::File, path::PathBuf};
#[cfg(feature = "beacon-spec-minimal")]
Copy link
Collaborator

@vgeddes vgeddes Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: add a new line after the imports and before the definition of SPEC

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

16f73df :)

Copy link
Contributor

@yrong yrong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@claravanstaden claravanstaden merged commit e0506f7 into main Jan 10, 2024
9 checks passed
@claravanstaden claravanstaden deleted the cleanup-beacon-tests branch January 10, 2024 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants