@@ -32,10 +32,10 @@ jobs:
3232 - uses : actions/checkout@v4
3333 with :
3434 fetch-depth : 1
35- - uses : smacke/submodule-checkout@v3
36- if : ${{ matrix.os == 'ubuntu-latest' && matrix.python-version != '3.10'}}
37- with :
38- ssh-key : ' ${{ secrets.TEST_DATA_SECRET }}'
35+ # - uses: smacke/submodule-checkout@v3
36+ # if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version != '3.10'}}
37+ # with:
38+ # ssh-key: '${{ secrets.TEST_DATA_SECRET }}'
3939 - name : Set up Python
4040 uses : actions/setup-python@v5
4141 with :
@@ -58,21 +58,21 @@ jobs:
5858 if : matrix.os != 'ubuntu-latest'
5959 run : |
6060 pytest --cov-config=.coveragerc --cov-report= --cov=ffsubsync -v -m 'not integration' tests/
61- - name : Run unit tests with pytest (with coverage)
62- if : matrix.os == 'ubuntu-latest'
63- run : |
64- pytest --cov-config=.coveragerc --cov-report=xml:cov.xml --cov=ffsubsync -v -m 'not integration' tests/
65- - name : Run integration tests with pytest
66- if : ${{ matrix.os == 'ubuntu-latest' && matrix.python-version != '3.10'}}
67- run : |
68- INTEGRATION=1 pytest --cov-config=.coveragerc --cov-report=xml:cov.xml --cov=ffsubsync -v -m 'integration' tests/
69- - name : Upload coverage report
70- if : matrix.os == 'ubuntu-latest'
71- uses : codecov/codecov-action@v1
72- with :
73- token : ' ${{ secrets.CODECOV_TOKEN }}'
74- files : ./cov.xml
75- env_vars : PYTHON
76- name : codecov-umbrella
77- fail_ci_if_error : true
78- verbose : true
61+ # - name: Run unit tests with pytest (with coverage)
62+ # if: matrix.os == 'ubuntu-latest'
63+ # run: |
64+ # pytest --cov-config=.coveragerc --cov-report=xml:cov.xml --cov=ffsubsync -v -m 'not integration' tests/
65+ # - name: Run integration tests with pytest
66+ # if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version != '3.10'}}
67+ # run: |
68+ # INTEGRATION=1 pytest --cov-config=.coveragerc --cov-report=xml:cov.xml --cov=ffsubsync -v -m 'integration' tests/
69+ # - name: Upload coverage report
70+ # if: matrix.os == 'ubuntu-latest'
71+ # uses: codecov/codecov-action@v1
72+ # with:
73+ # token: '${{ secrets.CODECOV_TOKEN }}'
74+ # files: ./cov.xml
75+ # env_vars: PYTHON
76+ # name: codecov-umbrella
77+ # fail_ci_if_error: true
78+ # verbose: true
0 commit comments