Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. {
  2. "coverage": {
  3. "path/to/file.py": [null, 1, 0, null, true, 0, 0, 1, 1],
  4. "path/to/other.py": [null, 0, 1, 1, "1/3", null]
  5. },
  6. "messages": {
  7. "path/to/other.py": {
  8. "1": "custom message for line 1"
  9. }
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement