Closed dikhan closed 2 years ago
Merging #341 (eeb06cc) into master (fdba646) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #341 +/- ##
=======================================
Coverage 93.66% 93.66%
=======================================
Files 60 60
Lines 3584 3584
=======================================
Hits 3357 3357
Misses 160 160
Partials 67 67
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 fdba646...eeb06cc. Read the comment docs.
What problem does this Pull Request solve?
This PR fixes the release pipeline currently blocked due to the github-release-notes lib being added as a go mod dep and therefore causing the git state to become dirty before goreleaser is able to execute the release which makes it fail.
Example of release failing due to the above: https://app.travis-ci.com/github/dikhan/terraform-provider-openapi/jobs/567413504
Type of change
What type of change does your code introduce to the provider? Please put an
x
(w/o heading/trailing white spaces) in the boxes that apply:Checklist
Please put an
x
(w/o heading/trailing white spaces) in the boxes that apply:make test-all
[FeatureRequest: Issue #X] <PR Title>
[BugFix: Issue #X] <PR Title>
[TechDebt: Issue #X] <PR Title>
[NewRelease] vX.Y.Z
Checklist for Admins