micromatch / picomatch

Blazing fast and accurate glob matcher written JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions. Used by GraphQL, Jest, Astro, Snowpack, Storybook, bulma, Serverless, fdir, Netlify, AWS Amplify, Revogrid, rollup, routify, open-wc, imba, ava, docusaurus, fast-glob, globby, chokidar, anymatch, cloudflare/miniflare, pts, and more than 5 million projects! Please follow picomatch's author: https://github.com/jonschlinkert
https://github.com/micromatch
MIT License
972 stars 56 forks source link

chore: use a ternary #87

Closed XhmikosR closed 2 years ago

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-0.009%) to 92.316% when pulling 8408cbcbfb87a943aae877c22ab365d2a3d1cfe3 on XhmikosR:ternary into 68797253c84ffaf3c5386cdeb5325920fd96726a on micromatch:master.

XhmikosR commented 3 years ago

@jonschlinkert another thing, you should change the Coveralls threshold to something like 0.5 or more, otherwise it marks the job as failed :)