Skip to content

Commit

Permalink
Add coverage profile to gitignore to ensure clean state after tests
Browse files Browse the repository at this point in the history
Goreleaser fails again because the coverage.txt file makes it think
changes have been made.

Ignores this file.

Signed-off-by: John Schnake <[email protected]>
  • Loading branch information
johnSchnake committed Apr 29, 2019
1 parent a38e39e commit ebc7916
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ Dockerfile-arm64
*.tar

# kubectl which is downloaded for testing in CI
kubectl
kubectl

# coverage profile
coverage.txt

0 comments on commit ebc7916

Please sign in to comment.