We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd95ba commit befd4e9Copy full SHA for befd4e9
1 file changed
.github/workflows/main.yml
@@ -15,7 +15,7 @@ concurrency:
15
16
jobs:
17
tests:
18
- name: ${{ matrix.os }}
+ name: ${{ matrix.os }} / ${{ matrix.python-version }} / ${{ matrix.qt-version }}
19
runs-on: ${{ matrix.image }}
20
strategy:
21
matrix:
@@ -76,7 +76,7 @@ jobs:
76
enable-cache: true
77
78
- name: Install qasync
79
- run: uv --locked --group dev
+ run: uv sync --locked --group dev
80
81
- name: Install qt ${{ matrix.qt-version }}
82
run: uv pip install ${{ matrix.qt-version }}
@@ -120,6 +120,7 @@ jobs:
120
with:
121
GITHUB_TOKEN: ${{ github.token }}
122
MERGE_COVERAGE_FILES: true
123
+ ANNOTATE_MISSING_LINES: true
124
125
- name: Store coverage comment to be posted
126
uses: actions/upload-artifact@v4
0 commit comments