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

Update gitignore to include backend test coverage html output #316

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

ajlacey
Copy link
Collaborator

@ajlacey ajlacey commented Sep 13, 2024

No description provided.

@ajlacey ajlacey merged commit 6da997a into main Sep 13, 2024
3 checks passed
@ajlacey ajlacey deleted the fix/update_gitignore branch September 13, 2024 01:46
ajlacey added a commit that referenced this pull request Sep 13, 2024
When running the below commands, a *.out and cover.html file are generated. We may want to make these patterns more generic, but for now this will prevent them from being tracked in the backend.

go test -coverprofile=c.out ./...
go tool cover -html=c.out -o=cover.html
ajlacey added a commit that referenced this pull request Sep 14, 2024
When running the below commands, a *.out and cover.html file are generated. We may want to make these patterns more generic, but for now this will prevent them from being tracked in the backend.

go test -coverprofile=c.out ./...
go tool cover -html=c.out -o=cover.html
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.

1 participant