diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2de8e66b..debcad65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,6 @@ jobs: - run: npm install - run: npm run build - - run: npm run coverage - name: Create idoc config. run: | @@ -30,10 +29,12 @@ jobs: KKT: https://kktjs.github.io/kkt/ NCC: https://kktjs.github.io/ncc/ Zip: https://kktjs.github.io/zip/ - EOF + EOF - run: npm install idoc@1.27.2 -g - run: idoc + + - run: npm run coverage - run: cp -rp coverage/lcov-report ./dist/lcov-report - name: Create Coverage Badges