Skip to content

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

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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