Skip to content

Support patterns for speculative branch execution #77

@carmanchris31

Description

@carmanchris31

There are scenarios where a branch is behind master (or its equivalent) and shouldn't be compared against it, or else codechecks is very likely to return false positives/regressions for things like build sizes, type coverage, etc.

Examples of types of branches affected include but are not limited to:

  • Maintenance branches
  • Hotfix branches
  • Release branches

Currently if it's desired to support these branches they need to be manually listed in codechecks.yml under settings > branches and no patterns are supported for variable things like release branches.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions