textlint formatter for codecov json
npm install textlint-formatter-codecovtextlint formatter for Codecov.
See Codecov JSON.
``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 
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!
npm test
1. Fork it!
2. Create your feature branch: git checkout -b my-new-featuregit commit -am 'Add some feature'
3. Commit your changes: git push origin my-new-feature`
4. Push to the branch:
5. Submit a pull request :D
MIT