Scan-o-Matic / scanomatic

Scanomatic
GNU General Public License v3.0
10 stars 4 forks source link

Move jasmine spec in src/ #348

Closed gdetrez closed 6 years ago

gdetrez commented 6 years ago

Move all the *.spec.{js,jsx} files into src/. This might be a be less neat but I think it will make thing easier:

codecov-io commented 6 years ago

Codecov Report

Merging #348 into master will increase coverage by 10.05%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #348       +/-   ##
===========================================
+ Coverage   39.42%   49.47%   +10.05%     
===========================================
  Files         180      225       +45     
  Lines       16451    19731     +3280     
  Branches     2890     2890               
===========================================
+ Hits         6485     9762     +3277     
- Misses       9561     9563        +2     
- Partials      405      406        +1
Impacted Files Coverage Δ
...server_data/js/src/components/ColonyEditor.spec.js 100% <ø> (ø)
.../src/components/ScanningJobRemoveDialogue.spec.jsx 100% <ø> (ø)
...tic/ui_server_data/js/src/components/Plate.spec.js 98.18% <ø> (ø)
...ata/js/src/containers/ImageUploadContainer.spec.js 100% <ø> (ø)
...matic/ui_server_data/js/src/helpers/FakePromise.js 100% <ø> (ø)
...mponents/PolynomialResultsColonyHistogram.spec.jsx 100% <ø> (ø)
..._data/js/src/components/CCCInitialization.spec.jsx 100% <ø> (ø)
...src/containers/CCCInitializationContainer.spec.jsx 100% <ø> (ø)
...ui_server_data/js/src/components/CCCEditor.spec.js 100% <ø> (ø)
...ta/js/src/components/ScanningJobPanelBody.spec.jsx 100% <ø> (ø)
... and 81 more

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 15a21bd...188664b. Read the comment docs.