Releases: joergbrech/moxunit-action
Releases · joergbrech/moxunit-action
v1.3.0
v1.2.0
Contributors: Remi-Gau, jorgepz, agahkarakuzu
- Bugfix: Allow several external directories to be added #10
- Make sure that
@v1
points to the latest major version #11 - New option to provide a working directory #11
- Use
qmrlab/octaveci:v4.2.2
instead ofmtmiller/octave
as base docker image #6 - Add optional test data directory #6
- Add option to install octave packages #6
- Add option to add external packages to the search path #6
Iinital release of MOxUnit action
This is the initial release of the MOxUnit action for unit testing GNU Octave and Matlab using Github Actions
- It contains just the basic functionality of prescribing a test directory and a source directory.
v1.1
- Rename argument
test_directory
totests
breaks backward compatibility! - Rename argument
src_directory
tosrc
breaks backward compatibility! - Add support for writing to a logfile
- Add support for several src directories
- Add support for several test directories
- recurse into subdirectories by default
- Add support for documentation tests with Modox
- Add support for code coverage and coverage reports with MOcov