magic-wormhole / magic-wormhole-mailbox-server

the rendezvous/mailbox server for magic-wormhole clients
MIT License
159 stars 34 forks source link

added power support arch ppc64le on yml file. #17

Closed srinivas32 closed 3 years ago

srinivas32 commented 3 years ago

Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing. For more info tag @gerrith3.

codecov-io commented 3 years ago

Codecov Report

Merging #17 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #17   +/-   ##
=======================================
  Coverage   97.09%   97.09%           
=======================================
  Files           8        8           
  Lines         825      825           
  Branches      138      138           
=======================================
  Hits          801      801           
  Misses         16       16           
  Partials        8        8           

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 b24af3a...122dc9f. Read the comment docs.

warner commented 3 years ago

Looks good, will land momentarily. But attn @srinivas32 and @gerrith3, I'm migrating the magic-wormhole repos off travis-CI in favor of GitHub Actions, and I don't think GHA has any provisions for ppc64le. Please take a look and let me know if we should do something to maintain coverage of that particular architecture.