@@ -19,14 +19,14 @@ jobs:
1919 - name : Install dependencies
2020 run : |
2121 sudo apt-get -y -qq update
22- sudo apt-get -y install octave liboctave-dev
22+ sudo apt-get -y install octave liboctave-dev
2323
24- - name : Clone spm_2_bids
24+ - name : Clone spm_2_bids
2525 uses : actions/checkout@v2
2626 with :
2727 submodules : true
28- fetch-depth : 2
29-
28+ fetch-depth : 2
29+
3030 - name : get bids-matlab and JSONio
3131 run : |
3232 make install_dev_octave
@@ -35,27 +35,22 @@ jobs:
3535 uses : joergbrech/moxunit-action@master
3636 with :
3737 tests : tests # files or directories containing the MOxUnit test cases
38- src : src lib/bids-matlab lib/JSONio # directories to be added to path before running the tests.
38+ src : src lib/bids-matlab lib/JSONio # directories to be added to path before running the tests.
3939 ext : tests/utils # External resources to add to the search put (excluded from coverage)
40- # data: # Directory for test data
40+ # data: # Directory for test data
4141 with_coverage : true
4242 cover_xml_file : coverage.xml
4343
4444 - name : Upload coverage
45- uses : actions/upload-artifact@v1
46- with :
47- name : coverage_file
48- path : coverage.xml
45+ uses : actions/upload-artifact@v1
46+ with :
47+ name : coverage_file
48+ path : coverage.xml
4949
5050 - name : Code coverage
5151 uses : codecov/codecov-action@v1
5252 with :
5353 file : coverage.xml # optional
5454 flags : unittests # optional
5555 name : codecov-umbrella # optional
56- fail_ci_if_error : true # optional (default = false)
57-
58-
59-
60-
61-
56+ fail_ci_if_error : true # optional (default = false)
0 commit comments