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

Add message on last block scan #232

Merged
merged 1 commit into from Mar 8, 2023
Merged

Conversation

reqlez
Copy link
Collaborator

@reqlez reqlez commented Mar 8, 2023

Current code breaks out of loop before final message is shown, this can be confusing as it may appear to be stuck.

Moved status message before break and added complete message before break.

Current code breaks out of loop before final message is shown, this can be confusing as it may appear to be stuck.

Moved status message before break and added complete message before break.
@coveralls
Copy link

coveralls commented Mar 8, 2023

Pull Request Test Coverage Report for Build 4359756576

  • 0 of 2 (0.0%) changed or added relevant lines in 1 file are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.02%) to 60.968%

Changes Missing Coverage Covered Lines Changed/Added Lines %
core/src/oracle_state.rs 0 2 0.0%
Files with Coverage Reduction New Missed Lines %
core/src/oracle_state.rs 2 0%
Totals Coverage Status
Change from base Build 4352214996: -0.02%
Covered Lines: 2040
Relevant Lines: 3346

💛 - Coveralls

Copy link
Member

@greenhat greenhat left a comment

Choose a reason for hiding this comment

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

Thank you!

@greenhat greenhat merged commit da9d8be into ergoplatform:develop Mar 8, 2023
@reqlez reqlez deleted the patch-1 branch March 9, 2023 00:52
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.

None yet

3 participants