Files
shields/services/codecov
问崖 acdbe7e9a5 fix: fix regex to match [codecov]'s flags (#6655)
* 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}$

* refactor: remove unnecessary escape char in regex

* refactor: fix prettier warnings
2021-06-23 21:54:07 -05:00
..
2020-05-05 21:07:43 +01:00