textlint formatter for Codecov.
See Codecov JSON.
{
"coverage": {
"path/to/file.py": [null, 1, 0, null, true, 0, 0, 1, 1],
"path/to/other.py": [null, 0, 1, 1, "1/3", null]
},
"messages": {
"path/to/other.py": {
"1": "custom message for line 1"
}
}
}
npm install textlint-formatter-codecov
# In Travis CI | Circle CI...
npm install codecov.io textlint textlint-formatter-codecov -D
textlint -f codecov | codecov.io
1: # Example [](https://codecov.io/github/azu/textlint-formatter-codecov?branch=master)
2:
3(✔textlint error): - [ ] TODO
4:
5(✔textlint error): jQuerl is not jQuery.
6:
7: Here.
- 5 Hit(line)
- 2 Missed(line)
=> 1 - (2/7) = 71.42% = Text Coverage!
- textlint-formatter-lcov
- for lcov format.
We recommended that use Codecov with textlint-formatter-codecov.
Because, Codecov JSON support messages
.
npm test
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT