Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
print output json file
  • Loading branch information
bahmutov committed Mar 9, 2020
commit e8a0072d83a2413c536d85625705e1b721649cc4
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ workflows:
# so no need to save the workspace files (saves time)
no-workspace: true
working_directory: examples/before-each-visit
# store screenshots and videos
store_artifacts: true
post-steps:
- run: cat examples/before-each-visit/.nyc_output/out.json
# store the created coverage report folder
# you can click on it in the CircleCI UI
# to see live static HTML site
Expand Down