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

Use temporary directory for coverage reports. #647

Merged
merged 1 commit into from Oct 26, 2021
Merged

Commits on Oct 26, 2021

  1. Use temporary directory for coverage reports.

    This keeps things simple and just uses one temporary directory per
    `goconvey` process to store all coverage reports, with an optional
    flag to leak the temporary directory after shutting down the server.
    
    This will allow `goconvey` to properly report coverage for code
    using go modules.
    
    Fixes #618
    Fixes #564
    riannucci committed Oct 26, 2021
    Copy the full SHA
    180ccef View commit details
    Browse the repository at this point in the history