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

fix: fix regex to match [codecov]'s flags #6655

Merged
merged 3 commits into from
Jun 24, 2021
Merged

Commits on Jun 23, 2021

  1. fix: fix regex to match codecov's flags

    Flags Must consist only of alphanumeric characters, '_', '-', or '.' and not exceed 45 characters. 
    Flag names will be validated against the following regex. ^[\w\.\-]{1,45}$
    bubkoo committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    61adcea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    787cc0d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Configuration menu
    Copy the full SHA
    89c6f7d View commit details
    Browse the repository at this point in the history