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

Default to previously set coverage file #53

Open
dsvensson opened this issue Mar 26, 2017 · 2 comments
Open

Default to previously set coverage file #53

dsvensson opened this issue Mar 26, 2017 · 2 comments

Comments

@dsvensson
Copy link

Subject says it all, when running tests with coverage, don't have the user browse around for the coverage report file every time.

@dsvensson dsvensson changed the title Default previously set coverage file Default to previously set coverage file Mar 26, 2017
@freeekanayaka
Copy link

Or perhaps more simply (implementation-wise), add a custom variable (e.g. go-test-coverage-file) which is an empty string by default, but, if set, makes go-test-current-coverage use that filename without prompting it.

@freeekanayaka
Copy link

Another low-hanging option would be to let go-test-current-coverage accept an optional parameter (the coverage file).

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

No branches or pull requests

2 participants