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

Fix capturing of coverpkg output #190

Merged
merged 1 commit into from
Apr 17, 2021

Commits on Apr 17, 2021

  1. Fix capturing of coverpkg output

    The check for coverage output was a little too strict. It was only matching coverage
    output by the -cover flag. The -coverpkg output is a little different.
    
    This commit fixes the check, and adds tests for both.
    dnephin committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    411f958 View commit details
    Browse the repository at this point in the history