Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

confused by -0.1 version #57

Open
aeyakovenko opened this issue Jan 5, 2016 · 1 comment
Open

confused by -0.1 version #57

aeyakovenko opened this issue Jan 5, 2016 · 1 comment
Labels

Comments

@aeyakovenko
Copy link

$ ~/.cabal/bin/hpc-coveralls perf-RBM rbm-0.1 test-RBM test-Matrix test-MLP --display-report --repo-token=15KpYJ4FssvAiuhg5OBivEQbPYPn6aMSW
Couldn't find the file dist/hpc/vanilla/tix/rbm-0.1/rbm-0.tix

shouldn't it be looking for rbm-0.1? Here is my build log for reference: https://travis-ci.org/aeyakovenko/rbm/builds/100285697

and thank you for the awesome tool!

@killy971
Copy link
Owner

I think the bug is due to the fact that the function Trace.Hpc.Tix.getTixFileName calls System-FilePath-Posix.replaceExtension with the value rbm-0.1, and eventually replaces the "extension" (.1) by .tix.
I would suggest to avoid dots in the test suite names for now.

@killy971 killy971 added the bug label Apr 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants