PrivateStorageio / ZKAPAuthorizer

a Tahoe-LAFS storage-system plugin which authorizes storage operations based on privacy-respecting tokens
10 stars 7 forks source link

Add wheel building to CI #415

Closed exarkun closed 2 years ago

exarkun commented 2 years ago

A first step towards doing releases.

codecov[bot] commented 2 years ago

Codecov Report

Merging #415 (b7ad887) into main (148f92f) will decrease coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #415      +/-   ##
==========================================
- Coverage   96.27%   96.25%   -0.02%     
==========================================
  Files          63       63              
  Lines        7511     7511              
  Branches     1013     1013              
==========================================
- Hits         7231     7230       -1     
  Misses        208      208              
- Partials       72       73       +1     
Impacted Files Coverage Δ
src/_zkapauthorizer/__init__.py 100.00% <100.00%> (ø)
src/_zkapauthorizer/tests/strategies.py 96.47% <0.00%> (-0.71%) :arrow_down:
src/_zkapauthorizer/tests/test_client_resource.py 98.22% <0.00%> (+0.22%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more