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

fix partial_input output is too long and needs to be truncated #48

Merged
merged 6 commits into from
Jun 4, 2024

Conversation

baoyachi
Copy link
Owner

@baoyachi baoyachi commented Jun 4, 2024

fix #47

@baoyachi baoyachi changed the title fix partial_input output is too long and needs to be truncated #47 fix partial_input output is too long and needs to be truncated Jun 4, 2024
@coveralls
Copy link

coveralls commented Jun 4, 2024

Pull Request Test Coverage Report for Build 9370773031

Details

  • 31 of 33 (93.94%) changed or added relevant lines in 3 files are covered.
  • 272 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+3.5%) to 57.73%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/error.rs 27 29 93.1%
Files with Coverage Reduction New Missed Lines %
src/lib.rs 88 41.28%
src/error.rs 184 15.41%
Totals Coverage Status
Change from base Build 9196949194: 3.5%
Covered Lines: 590
Relevant Lines: 1022

💛 - Coveralls

@coveralls
Copy link

coveralls commented Jun 4, 2024

Pull Request Test Coverage Report for Build 9370946201

Details

  • 31 of 33 (93.94%) changed or added relevant lines in 3 files are covered.
  • 272 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+3.5%) to 57.73%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/error.rs 27 29 93.1%
Files with Coverage Reduction New Missed Lines %
src/lib.rs 88 41.28%
src/error.rs 184 15.41%
Totals Coverage Status
Change from base Build 9196949194: 3.5%
Covered Lines: 590
Relevant Lines: 1022

💛 - Coveralls

@baoyachi baoyachi merged commit dc713b1 into master Jun 4, 2024
3 checks passed
@coveralls
Copy link

coveralls commented Jun 4, 2024

Pull Request Test Coverage Report for Build 9371037216

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 31 of 33 (93.94%) changed or added relevant lines in 3 files are covered.
  • 272 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+3.5%) to 57.73%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/error.rs 27 29 93.1%
Files with Coverage Reduction New Missed Lines %
src/lib.rs 88 41.28%
src/error.rs 184 15.41%
Totals Coverage Status
Change from base Build 9196949194: 3.5%
Covered Lines: 590
Relevant Lines: 1022

💛 - Coveralls

@baoyachi baoyachi deleted the issue/47 branch June 4, 2024 17:03
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.

partial_input output is too long and needs to be truncated
2 participants