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

Update test-suite Tester::run to return Payload, #1373

Merged
merged 1 commit into from Aug 12, 2023

Conversation

panarch
Copy link
Member

@panarch panarch commented Aug 12, 2023

Split Tester::run into run and run_inner.
Tester::run now returns Payload and Tester::run_inner returns Result.

Split Tester::run into run and run_inner.
Tester::run now returns Payload and Tester::run_inner returns Result<Payload>.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 5840921762

  • 155 of 155 (100.0%) changed or added relevant lines in 45 files are covered.
  • 9 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.4%) to 99.198%

Files with Coverage Reduction New Missed Lines %
core/src/executor/execute.rs 9 96.33%
Totals Coverage Status
Change from base Build 5840900252: 0.4%
Covered Lines: 47476
Relevant Lines: 47860

💛 - Coveralls

@panarch panarch merged commit bac635e into main Aug 12, 2023
10 checks passed
@panarch panarch deleted the split-test-suite-tester-run branch August 12, 2023 14:13
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