rycus86 / githooks

Githooks: per-repo and global Git hooks with version control
MIT License
380 stars 19 forks source link

Coverage #121

Closed gabyx closed 3 years ago

gabyx commented 4 years ago

@rycus86 : I thought kcov and the coverage docker stuff is persistent with what we see on coverall, but actually we dont see the replaced source files kcov uses? how does that work?

rycus86 commented 3 years ago

I'm not a 100% sure, but I think it gets the sources from the repo, and we upload the coverage data from Travis (which now runs on the modified files)