Create certs for arm or aarch w/ rpi #82

Merged
bmartin5692 merged 1 commit from fix-81 into master 2020-01-01 06:51:30 +01:00
bmartin5692 commented 2020-01-01 06:47:31 +01:00 (Migrated from github.com)

Fixes #81

  • platform.machine is arm or aarch64
Fixes #81 - platform.machine is arm or aarch64
codecov[bot] commented 2020-01-01 06:48:57 +01:00 (Migrated from github.com)

Codecov Report

Merging #82 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #82   +/-   ##
=======================================
  Coverage   90.26%   90.26%           
=======================================
  Files          13       13           
  Lines        2999     2999           
=======================================
  Hits         2707     2707           
  Misses        292      292
Impacted Files Coverage Δ
bumper/__init__.py 86.15% <100%> (ø) ⬆️

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 b59035d...eb72e00. Read the comment docs.

# [Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/82?src=pr&el=h1) Report > Merging [#82](https://codecov.io/gh/bmartin5692/bumper/pull/82?src=pr&el=desc) into [master](https://codecov.io/gh/bmartin5692/bumper/commit/b59035d4eae84282f68cf583d150fb6618716edd?src=pr&el=desc) will **not change** coverage. > The diff coverage is `100%`. [![Impacted file tree graph](https://codecov.io/gh/bmartin5692/bumper/pull/82/graphs/tree.svg?width=650&token=Ody2IThbOc&height=150&src=pr)](https://codecov.io/gh/bmartin5692/bumper/pull/82?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #82 +/- ## ======================================= Coverage 90.26% 90.26% ======================================= Files 13 13 Lines 2999 2999 ======================================= Hits 2707 2707 Misses 292 292 ``` | [Impacted Files](https://codecov.io/gh/bmartin5692/bumper/pull/82?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [bumper/\_\_init\_\_.py](https://codecov.io/gh/bmartin5692/bumper/pull/82/diff?src=pr&el=tree#diff-YnVtcGVyL19faW5pdF9fLnB5) | `86.15% <100%> (ø)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/82?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/bmartin5692/bumper/pull/82?src=pr&el=footer). Last update [b59035d...eb72e00](https://codecov.io/gh/bmartin5692/bumper/pull/82?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
Sign in to join this conversation.
No description provided.