We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92d0a4 commit ad5e93bCopy full SHA for ad5e93b
.github/workflows/main.yml
@@ -7,6 +7,7 @@ on:
7
jobs:
8
poetry-with-codecov:
9
strategy:
10
+ fail-fast: false
11
matrix:
12
python-version:
13
- "3.10"
@@ -16,4 +17,4 @@ jobs:
16
17
working-directory: .
18
python-version: ${{ matrix.python-version }}
19
module-name: safeds
- coverage: ${{ matrix.python-version == '3.10' }}
20
+ coverage: ${{ matrix.python-version == "3.10" }}
.github/workflows/pr.yml
@@ -11,6 +11,7 @@ concurrency:
14
15
@@ -20,4 +21,4 @@ jobs:
21
22
23
24
0 commit comments