@@ -60,31 +60,31 @@ jobs:
6060 TOXENV : ${{ matrix.python.toxenv }}
6161 run : tox --skip-missing-interpreters false
6262
63- functional :
64- timeout-minutes : 30
65- runs-on : ubuntu-24.04
66- strategy :
67- matrix :
68- toxenv : [api_func_v4, cli_func_v4]
69- steps :
70- - uses : actions/checkout@v4.2.2
71- - name : Set up Python
72- uses : actions/setup-python@v5.4.0
73- with :
74- python-version : " 3.12"
75- - name : Install dependencies
76- run : pip install tox
77- - name : Run tests
78- env :
79- TOXENV : ${{ matrix.toxenv }}
80- run : tox -- --override-ini='log_cli=True'
81- - name : Upload codecov coverage
82- uses : codecov/codecov-action@v5.3.1
83- with :
84- files : ./coverage.xml
85- flags : ${{ matrix.toxenv }}
86- fail_ci_if_error : false
87- token : ${{ secrets.CODECOV_TOKEN }}
63+ # functional:
64+ # timeout-minutes: 30
65+ # runs-on: ubuntu-24.04
66+ # strategy:
67+ # matrix:
68+ # toxenv: [api_func_v4, cli_func_v4]
69+ # steps:
70+ # - uses: actions/checkout@v4.2.2
71+ # - name: Set up Python
72+ # uses: actions/setup-python@v5.4.0
73+ # with:
74+ # python-version: "3.12"
75+ # - name: Install dependencies
76+ # run: pip install tox
77+ # - name: Run tests
78+ # env:
79+ # TOXENV: ${{ matrix.toxenv }}
80+ # run: tox -- --override-ini='log_cli=True'
81+ # - name: Upload codecov coverage
82+ # uses: codecov/codecov-action@v5.3.1
83+ # with:
84+ # files: ./coverage.xml
85+ # flags: ${{ matrix.toxenv }}
86+ # fail_ci_if_error: false
87+ # token: ${{ secrets.CODECOV_TOKEN }}
8888
8989 coverage :
9090 runs-on : ubuntu-24.04
0 commit comments