dojo / cli-build-widget

Command for building Dojo widgets
Other
6 stars 17 forks source link

Deprecating test build and adding unit and functional builds #76

Closed rorticus closed 4 years ago

rorticus commented 4 years ago

To bring cli-build-widget into alignment with cli-build-app, I deprecated the test mode, and added separate unit and functional modes. These modes will output the bundles in the same place as cli-build-app so we can test with cli-test-intern.

Resolves #75

codecov[bot] commented 4 years ago

Codecov Report

Merging #76 into master will decrease coverage by 2.71%. The diff coverage is 40%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #76      +/-   ##
==========================================
- Coverage   64.39%   61.67%   -2.72%     
==========================================
  Files           8        9       +1     
  Lines         410      454      +44     
  Branches       88       98      +10     
==========================================
+ Hits          264      280      +16     
- Misses        146      174      +28
Impacted Files Coverage Δ
src/unit.config.ts 16.21% <0%> (ø)
src/ejected.config.ts 100% <100%> (ø) :arrow_up:
src/functional.config.ts 16.21% <16.21%> (ø)
src/main.ts 94.4% <90.9%> (-0.41%) :arrow_down:

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 072b7e2...fb1c192. Read the comment docs.