File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 wget https://cardiac.nottingham.ac.uk/syncropatch_export/test_data.tar.xz -P tests/
4949 tar xvf tests/test_data.tar.xz -C tests/
5050
51+ - name : Install TeX dependencies for run_herg_qc test
52+ timeout-minutes : 5
53+ run : sudo apt-get install dvipng texlive-latex-extra texlive-fonts-recommended cm-super -y
54+
5155 - name : Run unit tests (without coverage testing)
5256 if : ${{ success() && matrix.python-version != env.python-latest }}
5357 run : python -m unittest
5660 if : ${{ success() && matrix.python-version == env.python-latest }}
5761 run : coverage run -m unittest
5862
59- - name : Install TeX dependencies for run_herg_qc test
60- timeout-minutes : 15
61- run : sudo apt-get install dvipng texlive-latex-extra texlive-fonts-recommended cm-super -y
62-
63- - name : Run `run_herg_qc` script
64- timeout-minutes : 15
65- run : pcpostprocess run_herg_qc tests/test_data/13112023_MW2_FF -w A01 A02 A03
66-
6763 - name : Report coverage to codecov
6864 uses : codecov/codecov-action@v4
6965 if : ${{ success() && matrix.python-version == env.python-latest }}
You can’t perform that action at this time.
0 commit comments