Skip to content

Releases: joergbrech/moxunit-action

v1.3.0

22 Feb 08:32
0713235
Compare
Choose a tag to compare

v1.3

2023/02/22

Contributors: Contributors: Remi-Gau, jorgepz

  • Update documentation in Readme
  • Update Dockerfile to use qmrlab/octaveci:latest based on Octave 5.2.0 #12

v1.2.0

17 Aug 19:32
e4e5b4d
Compare
Choose a tag to compare

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 of mtmiller/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

24 Mar 19:37
e4e5b4d
Compare
Choose a tag to compare

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

27 Mar 11:18
Compare
Choose a tag to compare
  • Rename argument test_directory to tests breaks backward compatibility!
  • Rename argument src_directory to src 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