File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 4242 run : |
4343 npm run mkdocs
4444 git diff --exit-code
45+ - name : Genrate test coverage report
46+ run : npm run coveralls-after
47+ - name : Update coveralls
48+ uses : coverallsapp/github-action@master
49+ with :
50+ github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 7575 "lint:check" : " eslint ." ,
7676 "lint" : " eslint --fix ." ,
7777 "build" : " webpack --mode production" ,
78- "coveralls-after" : " nyc report --reporter=text- lcov | coveralls " ,
78+ "coveralls-after" : " nyc --reporter=lcov mocha --require @babel/register --require @babel/preset-env " ,
7979 "npm:publish" : " npm publish --access public" ,
8080 "test-single" : " mocha $1" ,
8181 "woql-test" : " mocha test/woqlTripleBuilder.spec.js test/woql.spec.js test/woqlTripleBuilder01.spec.js test/woqlExtra.spec.js" ,
You can’t perform that action at this time.
0 commit comments