Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Insufficient test coverage error not triggered by wildcard target and no tests #7272

Description

@jeremyn

The below ruleset, from pull request #7248 , has a target with a lefthand wildcard and no tests, so it should trigger the Ruleset test coverage was insufficient. error. However it doesn't trigger that error in Travis or when I run fetch-test.sh against it.

<ruleset name="Vimeo Pro.com">
    <target host="vimeopro.com" />
    <target host="www.vimeopro.com" />
    <target host="*.vimeocdn.com" />

    <rule from="^http:" to="https:" />
</ruleset>

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions