-
Notifications
You must be signed in to change notification settings - Fork 10
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
Setting up CI #11
Comments
I have started to experiment with the 1st option in my fork - see https://github.com/olexandr-konovalov/artwarp/tree/setup-ci branch. At the moment it has two tests, which "pass" :) see https://github.com/olexandr-konovalov/artwarp/actions One of them is supposed to run unit tests and passes without errors, having not discovering any :) Next step would be to find out how unit tests look like in MATLAB and try to add some simplest one. The other test runs P.S. Some documentation links: |
Progress made in #43, #44, #45. Next step is to try to get code coverage to work. And of course, we can already make a PR from the |
Now #53 sets up codecov for unit tests, but still need to add for scripted tests. |
See also #52 and #54 - now it seems to work properly! @tatedunbar where we can go from here - there are actually several possiblities:
|
It may be useful to explore:
The text was updated successfully, but these errors were encountered: