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(config): Ensure default ref is added to string giturls #87

Merged
merged 1 commit into from
Apr 10, 2019

Conversation

tripodsan
Copy link
Contributor

fix #86

@codecov
Copy link

codecov bot commented Apr 10, 2019

Codecov Report

Merging #87 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #87      +/-   ##
==========================================
+ Coverage   98.06%   98.06%   +<.01%     
==========================================
  Files          15       15              
  Lines        1085     1087       +2     
  Branches      235      236       +1     
==========================================
+ Hits         1064     1066       +2     
  Misses         21       21
Impacted Files Coverage Δ
src/GitUrl.js 100% <100%> (ø) ⬆️
src/Static.js 100% <100%> (ø) ⬆️
src/Strain.js 95.42% <100%> (ø) ⬆️

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 e5161c5...e68ce59. Read the comment docs.

@tripodsan tripodsan merged commit 30d9cc3 into master Apr 10, 2019
@tripodsan tripodsan deleted the default-ref-for-string-urls branch April 10, 2019 01:16
trieloff pushed a commit that referenced this pull request Apr 10, 2019
## [0.10.1](v0.10.0...v0.10.1) (2019-04-10)

### Bug Fixes

* **config:** Ensure default ref is added to string giturls ([#87](#87)) ([30d9cc3](30d9cc3)), closes [#86](#86)
@trieloff
Copy link
Contributor

🎉 This PR is included in version 0.10.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

mandatory ref is not enforced in string git urls
2 participants