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

(dbg) add test for flags.py #134

Closed
wants to merge 3 commits into from

Conversation

MementoRC
Copy link
Collaborator

@MementoRC MementoRC commented Jan 23, 2024

Trying to figure out why the build failed on windows.

CONTEXT_SIGN and CONTEXT_VERIFY are actually deprecated in SECP256K1 and not used in coincurve. Could it bee that CFFI under windows do not include them in the _libsecp256k1.dll?

This test should trigger the fail in our workflow

Copy link

codecov bot commented Jan 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8bfb756) 85.45% compared to head (1dde35a) 85.86%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #134      +/-   ##
==========================================
+ Coverage   85.45%   85.86%   +0.40%     
==========================================
  Files          10       11       +1     
  Lines         557      573      +16     
  Branches       66       66              
==========================================
+ Hits          476      492      +16     
  Misses         45       45              
  Partials       36       36              
Files Coverage Δ
coincurve/keys.py 76.76% <100.00%> (ø)
tests/test_flags.py 100.00% <100.00%> (ø)

@MementoRC MementoRC closed this Jan 23, 2024
@MementoRC MementoRC deleted the dbg/failed_windos_build branch January 23, 2024 19:58
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.

1 participant