Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit ae1931b

Browse files
committed
update readme
1 parent 6045ab2 commit ae1931b

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -55,21 +55,6 @@ istanbul cover test.js
5555
./node_modules/.bin/codecov
5656
```
5757

58-
----
59-
60-
## Advanced: Partial Line Coverage
61-
**Codecov does support partial line coverage**. However, some node projects do not report partial coverage accurate enough.
62-
You can decide to upload the partial coverage report by chaning the target upload file to `./coverage/coverage.json`.
63-
View your report on Codecov, if the reports are not accurate then switch back to the `lcov` provided above.
64-
65-
We are working on improving this implementation and appreciate your patience.
66-
67-
## Contributing
68-
69-
I generally don't accept pull requests that are untested, or break the build, because I'd like to keep the quality high (this is a coverage tool afterall!).
70-
71-
I also don't care for "soft-versioning" or "optimistic versioning" (dependencies that have ^, x, > in them, or anything other than numbers and dots). There have been too many problems with bad semantic versioning in dependencies, and I'd rather have a solid library than a bleeding edge one.
72-
7358
[travis-image]: https://travis-ci.org/codecov/codecov-node.svg?branch=master
7459
[travis-url]: https://travis-ci.org/codecov/codecov-node
7560

0 commit comments

Comments
 (0)