-
Notifications
You must be signed in to change notification settings - Fork 12
45 lines (43 loc) · 1.26 KB
/
moxunit_tests.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name: moxunit_testCoverage
on: [push, pull_request]
jobs:
get_abs_path_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: joergbrech/[email protected]
with:
src: .
tests: ./tests/test_get_absolute_path.m
with_coverage: false
# cover_xml_file: coverage.xml
# - uses: codecov/codecov-action@v3
# with:
# file: ./coverage.xml
# verbose: true
# fail_ci_if_error: true
# use_oidc: false
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
recog_class_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: joergbrech/[email protected]
with:
src: .
tests: ./tests/test_MOcovMFile_recognizes_classdef_syntax.m
# with_coverage: false
#with_coverage: true
#cover_xml_file: coverage.xml
line_covered_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: joergbrech/[email protected]
with:
src: .
tests: ./tests/test_mocov_line_covered.m
# with_coverage: false
#with_coverage: true
#cover_xml_file: coverage.xml