-
Notifications
You must be signed in to change notification settings - Fork 8
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
Implemented unit test for the function load.lcms.R #216
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #216 +/- ##
=======================================
Coverage 65.78% 65.78%
=======================================
Files 23 23
Lines 2680 2680
=======================================
Hits 1763 1763
Misses 917 917 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test should test more aspects - we should also expand this to mzdata.
Please update the download instructions in the readme to include the added files. |
This PR adds the unit test test-load.lcms.R and mzXML file. It checks that the function reads the mzML and mzXML formats.
closes #185