Skip to content

Commit

Permalink
build: run cypress in quiet mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia committed Feb 12, 2021
1 parent f12a0ce commit 94869a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
wait-on-timeout: 180
browser: chrome
headless: true
quiet: true

- name: Coverage Report
run: npx nyc report --reporter=text-summary
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@
},
"nyc": {
"exclude": [
"src/serviceWorker.js",
""
"src/serviceWorker.js"
]
}
}

0 comments on commit 94869a6

Please sign in to comment.