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

test coverage for parse_hex_string() #641

Merged
merged 1 commit into from
Aug 5, 2024
Merged

test coverage for parse_hex_string() #641

merged 1 commit into from
Aug 5, 2024

Conversation

arvidn
Copy link
Contributor

@arvidn arvidn commented Aug 5, 2024

make GTElement also use parse_hex_string (just like PublicKey, Signature and PrivateKey).
Add test cases to python tests.

@arvidn arvidn force-pushed the parse_hex_string-test branch 2 times, most recently from 7a05d00 to a799b19 Compare August 5, 2024 10:02
Copy link

coveralls-official bot commented Aug 5, 2024

Pull Request Test Coverage Report for Build 10248750986

Details

  • 0 of 6 (0.0%) changed or added relevant lines in 1 file are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+6.2%) to 80.786%

Changes Missing Coverage Covered Lines Changed/Added Lines %
crates/chia-bls/src/gtelement.rs 0 6 0.0%
Files with Coverage Reduction New Missed Lines %
crates/chia-bls/src/gtelement.rs 1 11.11%
Totals Coverage Status
Change from base Build 10218445370: 6.2%
Covered Lines: 11373
Relevant Lines: 14078

💛 - Coveralls

@arvidn arvidn marked this pull request as ready for review August 5, 2024 10:43
…ure and PrivateKey). Add test cases to python tests
@arvidn arvidn requested a review from Rigidity August 5, 2024 13:13
@arvidn arvidn merged commit bc62ed0 into main Aug 5, 2024
59 checks passed
@arvidn arvidn deleted the parse_hex_string-test branch August 5, 2024 13:35
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.

2 participants