zambezi / ez-build

Zambezi build tool
MIT License
2 stars 1 forks source link

Remove bunyan #44

Closed mstade closed 7 years ago

mstade commented 7 years ago

Description

Bunyan has an optional dependency on dtrace-provider, which causes issues in some build setups and primarily on windows.

Motivation and Context

Npm is not deterministic and not very good with dealing with multiple processes. In build agents where npm caches are shared this can cause some issues primarily with install scripts, particularly when those scripts are architecture dependent – as they often are.

How Was This Tested?

No new tests added.

Types of changes

codecov-io commented 7 years ago

Current coverage is 87.95% (diff: 100%)

Merging #44 into master will increase coverage by 1.06%

@@             master        #44   diff @@
==========================================
  Files            15          4    -11   
  Lines           267         83   -184   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits            232         73   -159   
+ Misses           35         10    -25   
  Partials          0          0          

Powered by Codecov. Last update 72753f6...bc137a8