Skip to content

Commit ca8d1e1

Browse files
committed
chore: add more debugging notes
1 parent 90ddec4 commit ca8d1e1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Please provide debug logs by running Cypress from the terminal with `DEBUG=code-
1111

1212
**Versions**
1313

14-
- What is this plugin's version?
14+
- What is this plugin's version? If this is NOT the latest [released version](https://github.com/cypress-io/code-coverage/releases) can you try the latest version, please?
15+
- If the plugin worked before in version X, but stopped after upgrading to version Y, please try the [released versions](https://github.com/cypress-io/code-coverage/releases) between X and Y to see where the breaking change was.
1516
- What is Cypress version?
1617
- What is your operating system?
1718
- What is the shell?

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,10 @@ $ DEBUG=code-coverage npm run dev
405405

406406
Common issue: [not instrumenting your application when running Cypress](#instrument-your-application).
407407

408+
If the plugin worked before in version X, but stopped after upgrading to version Y, please try the [released versions](https://github.com/cypress-io/code-coverage/releases) between X and Y to see where the breaking change was.
409+
410+
If you decide to open an issue in this repository, please fill all information the [issue template](https://github.com/cypress-io/code-coverage/blob/master/.github/ISSUE_TEMPLATE/bug_report.md) asks. The issues most likely to be resolved have debug logs, screenshots and hopefully public repository links so we can try running the tests ourselves.
411+
408412
## Contributing
409413

410414
You can test changes locally by running tests and confirming the code coverage has been calculated and saved.

0 commit comments

Comments
 (0)