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

feat: extend uplift to support config validation #324

Merged
merged 8 commits into from
Feb 1, 2023

Conversation

ga-paul-t
Copy link
Collaborator

closes #105

@codecov-commenter
Copy link

codecov-commenter commented Jan 24, 2023

Codecov Report

Merging #324 (f0f640f) into main (b74f73c) will decrease coverage by 1.04%.
The diff coverage is 76.69%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main     #324      +/-   ##
==========================================
- Coverage   82.60%   81.56%   -1.04%     
==========================================
  Files          43       43              
  Lines        2242     2284      +42     
==========================================
+ Hits         1852     1863      +11     
- Misses        310      333      +23     
- Partials       80       88       +8     
Impacted Files Coverage Δ
internal/task/gittag/gittag.go 85.00% <0.00%> (-4.48%) ⬇️
internal/task/gitcommit/commit.go 72.97% <25.00%> (-6.44%) ⬇️
cmd/uplift/release.go 79.20% <38.46%> (-5.96%) ⬇️
cmd/uplift/changelog.go 79.27% <46.15%> (-7.05%) ⬇️
cmd/uplift/bump.go 78.37% <50.00%> (-4.96%) ⬇️
cmd/uplift/tag.go 79.74% <60.00%> (-4.60%) ⬇️
cmd/uplift/check.go 72.72% <72.72%> (ø)
internal/config/uplift.go 87.09% <92.85%> (+4.74%) ⬆️
cmd/uplift/root.go 81.39% <100.00%> (+0.44%) ⬆️
internal/task/hook/after/hook.go 100.00% <100.00%> (ø)
... and 16 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ga-paul-t ga-paul-t merged commit 37fb34d into main Feb 1, 2023
@ga-paul-t ga-paul-t deleted the config-validation-cmd branch February 1, 2023 06:44
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.

[Feature]: extend uplift to support config validation
2 participants