Skip to content

develop-when running coverage html - the 'null code coverage' is shown as title #48

Closed
@jgebal

Description

@jgebal

When running ut_html_coverage_reporter from SQL Developer - I get:
<title>Code coverage</title>
When running from cli I get:
<title>null code coverage</title>
It seems that you're calling constructor with 'null' as a string:
ut_coverage_html_reporter('null')
Rather than calling it with an actual null:
ut_coverage_html_reporter(null)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions