Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cypress-io/code-coverage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.0
Choose a base ref
...
head repository: cypress-io/code-coverage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Aug 18, 2019

  1. chore: clarify nextjs url

    bahmutov committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    9ecf5c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2019

  1. Configuration menu
    Copy the full SHA
    448b603 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. feat: use --env coverage=false to disable code coverage (#68)

    You can skip the client-side code coverage hooks by setting the environment variable `coverage` to `false`.
    
    ```shell
    cypress run --env coverage=false
    cypress open --env coverage=false
    CYPRESS_coverage=false cypress run
    ```
    
    See different ways of setting env variables https://on.cypress.io/environment-variables
    bahmutov authored Aug 28, 2019
    Configuration menu
    Copy the full SHA
    40a602d View commit details
    Browse the repository at this point in the history
Loading