Coverage ci (#132)
[poolifier.git] / CONTRIBUTING.md
index c148e5a0867fd3172db2b1b2048b1d0409dda96c..d5e6430f05ef0e323dc467a56548bd750ccf6a6a 100644 (file)
@@ -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**