Skip to content

Commit 681e843

Browse files
chore: fix broken link in .github/CONTRIBUTING.md
1 parent f4e7e54 commit 681e843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Then:
9292
- This will run both Node.js-based and browser-based tests.
9393
- Ultimately, your pull request will be built on our continuous integration servers ([GitHub Actions](https://github.com/mochajs/mocha/actions?query=workflow%3A%22Tests%22)).
9494
The first step to ensuring these checks pass is to test on your own machine.
95-
- When tests are run in CI, a coverage check is sent to [Codecov](https://app.codecov.io/gh/mochajs/mocha. You'll need to [add the Codecov GitHub app](https://app.codecov.io/login) to upload these results from your fork. This is recommended but not necessary to open a PR.
95+
- When tests are run in CI, a coverage check is sent to [Codecov](https://app.codecov.io/gh/mochajs/mocha). You'll need to [add the Codecov GitHub app](https://app.codecov.io/login) to upload these results from your fork. This is recommended but not necessary to open a PR.
9696
**A drop in code coverage % is considered a failed check**.
9797
1. Commit your changes.
9898
- Use a brief message on the first line, referencing a relevant issue (e.g. `closes #12345`).

0 commit comments

Comments
 (0)