chore: Disable coverage reports for .vue files (#7214)

- Disable coverage reporting for .vue files 

fixes: https://linear.app/chatwoot/issue/CW-1331
This commit is contained in:
Sojan Jose
2023-05-30 19:18:19 +05:30
committed by GitHub
parent ae7df60a75
commit 373f5f5b64
2 changed files with 9 additions and 5 deletions

View File

@@ -157,7 +157,7 @@ jobs:
- run:
name: Code Climate Test Coverage
command: |
~/tmp/cc-test-reporter format-coverage -t lcov -o coverage/codeclimate.frontend_$CIRCLE_NODE_INDEX.json buildreports/lcov.info
~/tmp/cc-test-reporter format-coverage -t lcov -o "coverage/codeclimate.frontend_$CIRCLE_NODE_INDEX.json"
- persist_to_workspace:
root: coverage