MolSSI / cookiecutter-cms

Python-centric Cookiecutter for Molecular Computational Chemistry Packages
MIT License
385 stars 89 forks source link

Remove default.profraw if its found #109

Closed Lnaden closed 4 years ago

Lnaden commented 4 years ago

Fixes #105

There are not too much data on exactly what this is, or what conditions generate it. I cannot reproduce this locally, but users are reporting it, so I added a function to remove if found and added to the .gitignore

From what I can read, its some profiling data output from the LLVM compiler for code coverage. There are some consistent reports about it being in Xcode 9 only, but not enough to really pin this down.

In any case, this should prevent the file from sticking around if its there.

Lnaden commented 4 years ago

Travis isn't reporting for some reason, but I can assert the tests pass, I'm going to merge this.