|
1 | | -# Do not edit this file. This file is generated automatically by executing |
2 | | -# python scripts/split-tox-gh-actions/split-tox-gh-actions.py |
| 1 | +# Do not edit this YAML file. This file is generated automatically by executing |
| 2 | +# python scripts/split_tox_gh_actions/split_tox_gh_actions.py |
| 3 | +# The template responsible for it is in |
| 4 | +# scripts/split_tox_gh_actions/templates/base.jinja |
3 | 5 | name: Test Misc |
4 | 6 | on: |
5 | 7 | push: |
@@ -76,14 +78,18 @@ jobs: |
76 | 78 | run: | |
77 | 79 | set -x # print commands that are executed |
78 | 80 | ./scripts/runtox.sh "py${{ matrix.python-version }}-trytond-latest" |
| 81 | + - name: Test typer latest |
| 82 | + run: | |
| 83 | + set -x # print commands that are executed |
| 84 | + ./scripts/runtox.sh "py${{ matrix.python-version }}-typer-latest" |
79 | 85 | - name: Generate coverage XML |
80 | 86 | if: ${{ !cancelled() }} |
81 | 87 | run: | |
82 | 88 | coverage combine .coverage-sentry-* |
83 | 89 | coverage xml |
84 | 90 | - name: Upload coverage to Codecov |
85 | 91 | if: ${{ !cancelled() }} |
86 | | - uses: codecov/codecov-action@v5.0.7 |
| 92 | + uses: codecov/codecov-action@v5.1.1 |
87 | 93 | with: |
88 | 94 | token: ${{ secrets.CODECOV_TOKEN }} |
89 | 95 | files: coverage.xml |
@@ -153,14 +159,18 @@ jobs: |
153 | 159 | run: | |
154 | 160 | set -x # print commands that are executed |
155 | 161 | ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-trytond" |
| 162 | + - name: Test typer pinned |
| 163 | + run: | |
| 164 | + set -x # print commands that are executed |
| 165 | + ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-typer" |
156 | 166 | - name: Generate coverage XML |
157 | 167 | if: ${{ !cancelled() }} |
158 | 168 | run: | |
159 | 169 | coverage combine .coverage-sentry-* |
160 | 170 | coverage xml |
161 | 171 | - name: Upload coverage to Codecov |
162 | 172 | if: ${{ !cancelled() }} |
163 | | - uses: codecov/codecov-action@v5.0.7 |
| 173 | + uses: codecov/codecov-action@v5.1.1 |
164 | 174 | with: |
165 | 175 | token: ${{ secrets.CODECOV_TOKEN }} |
166 | 176 | files: coverage.xml |
|
0 commit comments