-
Notifications
You must be signed in to change notification settings - Fork 2
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
Write a test suite #25
Comments
There have been a few issues with coverage rankings that are now fixed. We have a low coverage amount mainly because all of my functions pass in config et al. which are quite bulky to build for a test. I wonder what the best method of fixing that is? Also, many things I do are large computations or file io, which I need to read up on how to build tests for these things. For the moment, without coverage here there's going to be little use of the testing suite. |
The git version of tarpaulin now supports codecov. So we can update to that soon. |
There's an issue in the compiler that is making tarpaulin fail when trying to compile |
Check tarpaulin now, there have been a number of version bumps since last looking into this. Nothing on the open issue, but it may be resolved through other means... Edit: nope. The author is attempting to patch the rust core. Seems deep. |
The current code coverage map has some pretty heavy issues, so don't trust it too much. |
This hasn't been done at all yet, but is required.
The text was updated successfully, but these errors were encountered: