darpa-sail-on / sail-on-client

Client and Protcols for DARPA Sail On.
https://darpa-sail-on.github.io/sail-on-client/index.html
Other
2 stars 0 forks source link

Transition to poetry from pipenv #135

Closed as6520 closed 3 years ago

as6520 commented 3 years ago

This PR transitions the client to use poetry rather than pipenv

codecov[bot] commented 3 years ago

Codecov Report

Merging #135 (8d95153) into master (42067a0) will increase coverage by 0.012%. The diff coverage is n/a.

:exclamation: Current head 8d95153 differs from pull request most recent head a0efd02. Consider uploading reports for the commit a0efd02 to get more accurate results Impacted file tree graph

@@              Coverage Diff              @@
##            master      #135       +/-   ##
=============================================
+ Coverage   92.633%   92.645%   +0.012%     
=============================================
  Files           39        40        +1     
  Lines         2389      2393        +4     
=============================================
+ Hits          2213      2217        +4     
  Misses         176       176               
Impacted Files Coverage Δ
sail-on-client/sail_on_client/_version.py 100.000% <0.000%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 42067a0...a0efd02. Read the comment docs.

as6520 commented 3 years ago

Merging this despite of the failure since CI failure is unrelated