Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/stability #21

Merged
merged 12 commits into from
Jul 11, 2018
Merged

Fix/stability #21

merged 12 commits into from
Jul 11, 2018

Conversation

byCedric
Copy link
Owner

Description

This increases error traceability and contains other documentation fixes.

@codeclimate
Copy link

codeclimate bot commented Jul 11, 2018

Code Climate has analyzed commit dace247 and detected 2 issues on this pull request.

Here's the issue category breakdown:

Category Count
Duplication 2

View more on Code Climate.

@@ -21,7 +23,17 @@ const prepare: SemanticMethod = async (config, context) => {
})
));

await Promise.all(writes);
try {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar blocks of code found in 2 locations. Consider refactoring.

@codecov
Copy link

codecov bot commented Jul 11, 2018

Codecov Report

Merging #21 into develop will decrease coverage by 1.72%.
The diff coverage is 76.92%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #21      +/-   ##
===========================================
- Coverage    96.87%   95.14%   -1.73%     
===========================================
  Files            9        9              
  Lines           96      103       +7     
  Branches        15       15              
===========================================
+ Hits            93       98       +5     
- Misses           3        5       +2
Impacted Files Coverage Δ
src/expo.ts 92.85% <100%> (+0.85%) ⬆️
src/scripts/verify-conditions.ts 90.9% <66.66%> (-0.76%) ⬇️
src/scripts/prepare.ts 86.66% <71.42%> (-13.34%) ⬇️

byCedric added 2 commits July 11, 2018 20:56
This helps making the PR more understandable when fixing multiple issues.
@codecov
Copy link

codecov bot commented Jul 11, 2018

Codecov Report

Merging #21 into develop will decrease coverage by 1.72%.
The diff coverage is 76.92%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #21      +/-   ##
===========================================
- Coverage    96.87%   95.14%   -1.73%     
===========================================
  Files            9        9              
  Lines           96      103       +7     
  Branches        15       15              
===========================================
+ Hits            93       98       +5     
- Misses           3        5       +2
Impacted Files Coverage Δ
src/expo.ts 92.85% <100%> (+0.85%) ⬆️
src/scripts/verify-conditions.ts 90.9% <66.66%> (-0.76%) ⬇️
src/scripts/prepare.ts 86.66% <71.42%> (-13.34%) ⬇️

@codecov
Copy link

codecov bot commented Jul 11, 2018

Codecov Report

Merging #21 into develop will decrease coverage by 1.72%.
The diff coverage is 76.92%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #21      +/-   ##
===========================================
- Coverage    96.87%   95.14%   -1.73%     
===========================================
  Files            9        9              
  Lines           96      103       +7     
  Branches        15       15              
===========================================
+ Hits            93       98       +5     
- Misses           3        5       +2
Impacted Files Coverage Δ
src/expo.ts 92.85% <100%> (+0.85%) ⬆️
src/scripts/verify-conditions.ts 90.9% <66.66%> (-0.76%) ⬇️
src/scripts/prepare.ts 86.66% <71.42%> (-13.34%) ⬇️

@codecov
Copy link

codecov bot commented Jul 11, 2018

Codecov Report

Merging #21 into develop will decrease coverage by 1.72%.
The diff coverage is 76.92%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #21      +/-   ##
===========================================
- Coverage    96.87%   95.14%   -1.73%     
===========================================
  Files            9        9              
  Lines           96      103       +7     
  Branches        15       15              
===========================================
+ Hits            93       98       +5     
- Misses           3        5       +2
Impacted Files Coverage Δ
src/expo.ts 92.85% <100%> (+0.85%) ⬆️
src/scripts/verify-conditions.ts 90.9% <66.66%> (-0.76%) ⬇️
src/scripts/prepare.ts 86.66% <71.42%> (-13.34%) ⬇️

@codecov
Copy link

codecov bot commented Jul 11, 2018

Codecov Report

Merging #21 into develop will decrease coverage by 1.72%.
The diff coverage is 76.92%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #21      +/-   ##
===========================================
- Coverage    96.87%   95.14%   -1.73%     
===========================================
  Files            9        9              
  Lines           96      103       +7     
  Branches        15       15              
===========================================
+ Hits            93       98       +5     
- Misses           3        5       +2
Impacted Files Coverage Δ
src/expo.ts 92.85% <100%> (+0.85%) ⬆️
src/scripts/verify-conditions.ts 90.9% <66.66%> (-0.76%) ⬇️
src/scripts/prepare.ts 86.66% <71.42%> (-13.34%) ⬇️

@codecov
Copy link

codecov bot commented Jul 11, 2018

Codecov Report

Merging #21 into develop will decrease coverage by 1.72%.
The diff coverage is 76.92%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #21      +/-   ##
===========================================
- Coverage    96.87%   95.14%   -1.73%     
===========================================
  Files            9        9              
  Lines           96      103       +7     
  Branches        15       15              
===========================================
+ Hits            93       98       +5     
- Misses           3        5       +2
Impacted Files Coverage Δ
src/expo.ts 92.85% <100%> (+0.85%) ⬆️
src/scripts/verify-conditions.ts 90.9% <66.66%> (-0.76%) ⬇️
src/scripts/prepare.ts 86.66% <71.42%> (-13.34%) ⬇️

@byCedric
Copy link
Owner Author

I'm merging this, there is no direct increase in coverage misses. I reformatted the exception throws which results in these increases.

@byCedric byCedric merged commit 49e29b1 into develop Jul 11, 2018
@codecov
Copy link

codecov bot commented Jul 11, 2018

Codecov Report

Merging #21 into develop will decrease coverage by 1.72%.
The diff coverage is 76.92%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #21      +/-   ##
===========================================
- Coverage    96.87%   95.14%   -1.73%     
===========================================
  Files            9        9              
  Lines           96      103       +7     
  Branches        15       15              
===========================================
+ Hits            93       98       +5     
- Misses           3        5       +2
Impacted Files Coverage Δ
src/expo.ts 92.85% <100%> (+0.85%) ⬆️
src/scripts/verify-conditions.ts 90.9% <66.66%> (-0.76%) ⬇️
src/scripts/prepare.ts 86.66% <71.42%> (-13.34%) ⬇️

@byCedric byCedric deleted the fix/stability branch July 11, 2018 19:07
byCedric pushed a commit that referenced this pull request Jul 11, 2018
# [1.2.0](1.1.1...1.2.0) (2018-07-11)

### Code refactors

* increase usability and other minor changes ([#21](#21)) ([49e29b1](49e29b1)), closes [#7](#7) [#7](#7)

### Code style changes

* remove extraneous space in log statement ([cdaa1b9](cdaa1b9))

### New features

* inherit configuration from prepare when verifying ([#20](#20)) ([729baeb](729baeb))
@byCedric
Copy link
Owner Author

🎉 This PR is included in version 1.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@codecov
Copy link

codecov bot commented Jul 11, 2018

Codecov Report

Merging #21 into develop will decrease coverage by 1.72%.
The diff coverage is 76.92%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #21      +/-   ##
===========================================
- Coverage    96.87%   95.14%   -1.73%     
===========================================
  Files            9        9              
  Lines           96      103       +7     
  Branches        15       15              
===========================================
+ Hits            93       98       +5     
- Misses           3        5       +2
Impacted Files Coverage Δ
src/expo.ts 92.85% <100%> (+0.85%) ⬆️
src/scripts/verify-conditions.ts 90.9% <66.66%> (-0.76%) ⬇️
src/scripts/prepare.ts 86.66% <71.42%> (-13.34%) ⬇️

@codecov
Copy link

codecov bot commented Jul 11, 2018

Codecov Report

Merging #21 into develop will decrease coverage by 1.72%.
The diff coverage is 76.92%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #21      +/-   ##
===========================================
- Coverage    96.87%   95.14%   -1.73%     
===========================================
  Files            9        9              
  Lines           96      103       +7     
  Branches        15       15              
===========================================
+ Hits            93       98       +5     
- Misses           3        5       +2
Impacted Files Coverage Δ
src/expo.ts 92.85% <100%> (+0.85%) ⬆️
src/scripts/verify-conditions.ts 90.9% <66.66%> (-0.76%) ⬇️
src/scripts/prepare.ts 86.66% <71.42%> (-13.34%) ⬇️

@codecov
Copy link

codecov bot commented Jul 11, 2018

Codecov Report

Merging #21 into develop will decrease coverage by 1.72%.
The diff coverage is 76.92%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #21      +/-   ##
===========================================
- Coverage    96.87%   95.14%   -1.73%     
===========================================
  Files            9        9              
  Lines           96      103       +7     
  Branches        15       15              
===========================================
+ Hits            93       98       +5     
- Misses           3        5       +2
Impacted Files Coverage Δ
src/expo.ts 92.85% <100%> (+0.85%) ⬆️
src/scripts/verify-conditions.ts 90.9% <66.66%> (-0.76%) ⬇️
src/scripts/prepare.ts 86.66% <71.42%> (-13.34%) ⬇️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant