|
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: |
@@ -69,14 +71,18 @@ jobs: |
69 | 71 | run: | |
70 | 72 | set -x # print commands that are executed |
71 | 73 | ./scripts/runtox.sh "py${{ matrix.python-version }}-trytond-latest" |
| 74 | + - name: Test typer latest |
| 75 | + run: | |
| 76 | + set -x # print commands that are executed |
| 77 | + ./scripts/runtox.sh "py${{ matrix.python-version }}-typer-latest" |
72 | 78 | - name: Generate coverage XML |
73 | 79 | if: ${{ !cancelled() }} |
74 | 80 | run: | |
75 | 81 | coverage combine .coverage-sentry-* |
76 | 82 | coverage xml |
77 | 83 | - name: Upload coverage to Codecov |
78 | 84 | if: ${{ !cancelled() }} |
79 | | - uses: codecov/codecov-action@v5.0.7 |
| 85 | + uses: codecov/codecov-action@v5.1.1 |
80 | 86 | with: |
81 | 87 | token: ${{ secrets.CODECOV_TOKEN }} |
82 | 88 | files: coverage.xml |
@@ -139,14 +145,18 @@ jobs: |
139 | 145 | run: | |
140 | 146 | set -x # print commands that are executed |
141 | 147 | ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-trytond" |
| 148 | + - name: Test typer pinned |
| 149 | + run: | |
| 150 | + set -x # print commands that are executed |
| 151 | + ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-typer" |
142 | 152 | - name: Generate coverage XML |
143 | 153 | if: ${{ !cancelled() }} |
144 | 154 | run: | |
145 | 155 | coverage combine .coverage-sentry-* |
146 | 156 | coverage xml |
147 | 157 | - name: Upload coverage to Codecov |
148 | 158 | if: ${{ !cancelled() }} |
149 | | - uses: codecov/codecov-action@v5.0.7 |
| 159 | + uses: codecov/codecov-action@v5.1.1 |
150 | 160 | with: |
151 | 161 | token: ${{ secrets.CODECOV_TOKEN }} |
152 | 162 | files: coverage.xml |
|
0 commit comments