X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CONTRIBUTING.md;h=d5e6430f05ef0e323dc467a56548bd750ccf6a6a;hb=1d28a82aad237f00542be8b56cc18443a8e87aba;hp=50957aa3078a91e57448add6643a600096b30fcc;hpb=53ba26617bbaf5363baf7f8a8b31a52465ff4ade;p=poolifier.git diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 50957aa3..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** @@ -28,10 +29,11 @@ Please ask your PR to be merged on **master** branch. ``` ### Project pillars + Please consider our pillars before to start change the project - - Performance :racehorse: - - Security :bank: :cop: - - No runtime dependencies :white_check_mark: ( until now we don't have any exception to that) - - Easy to use :couple: - - Code quality :octocat: +- Performance :racehorse: +- Security :bank: :cop: +- No runtime dependencies :white_check_mark: (until now we don't have any exception to that) +- Easy to use :couple: +- Code quality :octocat: