We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c178bce commit 627f64aCopy full SHA for 627f64a
.github/workflows/moxunit.yml
@@ -28,11 +28,12 @@ jobs:
28
# cd ../..
29
30
- name: MOxUnit Action
31
- uses: joergbrech/moxunit-action@v1.1
+ uses: joergbrech/moxunit-action@master
32
with:
33
- tests: tests
34
- src: src
35
- ext: tests/utils
+ tests: tests # files or directories containing the MOxUnit test cases
+ src: src # directories to be added to the Octave search path before running the tests.
+ ext: tests/utils # External resources to add to the search put (excluded from coverage)
36
+ # data: # Directory for test data
37
with_coverage: true
38
cover_xml_file: coverage.xml
39
0 commit comments