File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 5757 run : yarn test:env:node-ts
5858 - name : Run Browser env
5959 run : yarn test:env:browser
60+ - name : Upload coverage reports to Codecov
61+ uses : codecov/codecov-action@v3
62+ env :
63+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
6064 style_tests :
6165 runs-on : ubuntu-latest
6266 name : style-check
Original file line number Diff line number Diff line change 1717<p align =" center " >
1818 <a href =" https://www.npmjs.com/package/meilisearch " ><img src =" https://img.shields.io/npm/v/meilisearch.svg " alt =" npm version " ></a >
1919 <a href =" https://github.com/meilisearch/meilisearch-js/actions " ><img src =" https://github.com/meilisearch/meilisearch-js/workflows/Tests/badge.svg " alt =" Tests " ></a >
20+ <a href =" https://codecov.io/gh/meilisearch/meilisearch-python " >
21+ <img src="https://codecov.io/github/meilisearch/meilisearch-js/coverage.svg?branch=main" alt="Codecov">
22+ </a >
2023 <a href =" https://github.com/prettier/prettier " ><img src =" https://img.shields.io/badge/styled_with-prettier-ff69b4.svg " alt =" Prettier " ></a >
2124 <a href =" https://github.com/meilisearch/meilisearch-js/blob/main/LICENSE " ><img src =" https://img.shields.io/badge/license-MIT-informational " alt =" License " ></a >
2225 <a href =" https://ms-bors.herokuapp.com/repositories/10 " ><img src =" https://bors.tech/images/badge_small.svg " alt =" Bors enabled " ></a >
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ const config = {
33 testMatch : [ '<rootDir>/tests/**/*.ts?(x)' ] ,
44 verbose : true ,
55 testPathIgnorePatterns : [ 'meilisearch-test-utils' , 'env' ] ,
6+ collectCoverage : true ,
67 coverageThreshold : {
78 global : {
89 'ts-jest' : {
You can’t perform that action at this time.
0 commit comments