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

SIANXSVC-1214: Use lcov for CodeClimate reports #23

Merged

Commits on Mar 14, 2024

  1. SIANXSVC-1214: Use lcov for CodeClimate reports

    Even though the Code Coverage report is correct and other platforms like
    GitLab do not have a problem understanding it, the CodeClimate reporter
    struggles with double slashes that seem to be introduced by itself.
    
    This is also tracked in an issue, which is open since three years with
    no intent of fixing it. Therefore, I assume this is not going to be
    closed soon.
    
    codeclimate/test-reporter#458
    
    As a workaround, we're now using the lcov format.
    nachtjasmin committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    0f8fcd8 View commit details
    Browse the repository at this point in the history