X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CONTRIBUTING.md;h=d5e6430f05ef0e323dc467a56548bd750ccf6a6a;hb=4f4ae1cb3c33228a023ea599c2648268d15e6c0f;hp=c148e5a0867fd3172db2b1b2048b1d0409dda96c;hpb=b53f9ec9ada29530084186e5b1bd9b578be76a92;p=poolifier.git diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c148e5a0..d5e6430f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,10 +9,11 @@ Please ask your PR to be merged on **master** branch. **How to run tests** -**Unit tests** +**Unit tests and Coverage** ```bash npm run test + npm run coverage ``` **How to check if your new code is standard style**