SimonEnsemble / PorousMaterials.jl

Julia package towards classical molecular modeling of nanoporous materials
GNU General Public License v3.0
51 stars 11 forks source link

code coverage #38

Closed SimonEnsemble closed 6 years ago

SimonEnsemble commented 6 years ago

how to get a code coverage badge to identify functions/snippets of codes that are not touched by a test in runtests.jl?

SimonEnsemble commented 6 years ago

@ahyork the code coverage badge doesn't show up on the README Github page. Maybe we have to add something to README.md?

When others submitted their pull request, it looks like if your new file is not included, the code coverage and whether or not tests pass does not show up. Is this expected behavior? We have to wait for pull requests to be made that include the new file you added before we can see if tests pass?