uport-project / uport-mobile

uPort mobile app
https://uport.me
GNU General Public License v3.0
76 stars 28 forks source link

Fix/android fix 64 bit apk #184

Closed aldigjo closed 4 years ago

aldigjo commented 4 years ago

it looks like we aren't including the 64 bit APKs to Fastlane which is probably why the ci/cd is failing on android internal releases

codecov[bot] commented 4 years ago

Codecov Report

Merging #184 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #184   +/-   ##
========================================
  Coverage    58.33%   58.33%           
========================================
  Files          233      233           
  Lines         6764     6764           
  Branches       987      987           
========================================
  Hits          3946     3946           
  Misses        2448     2448           
  Partials       370      370

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 6adf514...955f3d7. Read the comment docs.

jasheal commented 4 years ago

Looks good