Skip to content

Commit

Permalink
enable coverage reports on gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Apr 7, 2024
1 parent dbe270c commit bf820e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ jobs:
run: |
npm install
# - name: "Generate Coverage Report"
# run: |
# npm run test
- name: "Generate Coverage Report"
run: |
npm run test
# - name: "Upload Coverage Report"
# if: always()
# uses: actions/upload-artifact@v4
# with:
# name: coverage
# path: coverage
- name: "Upload Coverage Report"
if: always()
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage

- name: Build Docs 🔧
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"src"
],
"scripts": {
"clean": "rimraf dist src/client",
"clean": "rimraf dist src/client docs coverage",
"patch-openapi-spec": "python3 ./tools/patch_feature_name.py",
"generate-client": "openapi-ts --input openapi.json --output ./src/client --client axios",
"build": "vite build",
Expand Down

0 comments on commit bf820e7

Please sign in to comment.