We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd975c commit 8e9065cCopy full SHA for 8e9065c
.github/workflows/main.yml
@@ -17,6 +17,6 @@ jobs:
17
working-directory: .
18
python-version: ${{ matrix.python-version }}
19
module-name: safeds
20
- coverage: ${{ matrix.python-version == '3.10' }}
+ coverage: ${{ matrix.python-version == '3.11' }}
21
secrets:
22
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/pr.yml
@@ -21,6 +21,6 @@ jobs:
23
24
25
26
0 commit comments