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: git diff when dirty #1178

Merged
merged 1 commit into from Oct 6, 2019
Merged

feat: git diff when dirty #1178

merged 1 commit into from Oct 6, 2019

Conversation

caarlos0
Copy link
Member

@caarlos0 caarlos0 commented Oct 6, 2019

prints the git diff output when the branch is dirty, helping debug things on CI (maybe)

closes #1005

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
@codecov-io
Copy link

codecov-io commented Oct 6, 2019

Codecov Report

Merging #1178 into master will decrease coverage by 0.02%.
The diff coverage is 81.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1178      +/-   ##
==========================================
- Coverage   83.08%   83.06%   -0.03%     
==========================================
  Files          58       58              
  Lines        3282     3289       +7     
==========================================
+ Hits         2727     2732       +5     
- Misses        473      474       +1     
- Partials       82       83       +1
Impacted Files Coverage Δ
internal/pipe/git/git.go 95% <81.81%> (-2.27%) ⬇️

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 792b883...529b384. Read the comment docs.

@caarlos0 caarlos0 merged commit 39d07c3 into master Oct 6, 2019
@caarlos0 caarlos0 deleted the git-diff branch October 6, 2019 20:56
caarlos0 added a commit that referenced this pull request Oct 20, 2019
caarlos0 added a commit that referenced this pull request Oct 20, 2019
@github-actions
Copy link
Contributor

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"git is currently in a dirty state" error message lacks information to debug the problem
2 participants