-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fix/stability #21
Conversation
This change is done for the travis-ci.com migration, its further described over here badges/shields#1711. Fixes #7
This change is done for the travis-ci.com migration, its further described over here badges/shields#1711. Fixes #7
…-release-expo into fix/stability
Code Climate has analyzed commit dace247 and detected 2 issues on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
@@ -21,7 +23,17 @@ const prepare: SemanticMethod = async (config, context) => { | |||
}) | |||
)); | |||
|
|||
await Promise.all(writes); | |||
try { |
There was a problem hiding this comment.
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 Report
@@ 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
|
This helps making the PR more understandable when fixing multiple issues.
Codecov Report
@@ 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
|
Codecov Report
@@ 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
|
Codecov Report
@@ 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
|
Codecov Report
@@ 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
|
Codecov Report
@@ 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
|
I'm merging this, there is no direct increase in coverage misses. I reformatted the exception throws which results in these increases. |
Codecov Report
@@ 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
|
# [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))
🎉 This PR is included in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Codecov Report
@@ 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
|
Codecov Report
@@ 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
|
Codecov Report
@@ 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
|
Description
This increases error traceability and contains other documentation fixes.