File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
poetry-with-codecov :
9
9
strategy :
10
+ fail-fast : false
10
11
matrix :
11
- python-version : [ "3.10" ]
12
+ python-version :
13
+ - " 3.10"
14
+ - " 3.11"
12
15
uses : lars-reimann/.github/.github/workflows/poetry-codecov-reusable.yml@main
13
16
with :
14
17
working-directory : .
15
18
python-version : ${{ matrix.python-version }}
16
19
module-name : safeds
20
+ coverage : ${{ matrix.python-version == '3.10' }}
Original file line number Diff line number Diff line change @@ -11,10 +11,14 @@ concurrency:
11
11
jobs :
12
12
poetry-with-codecov :
13
13
strategy :
14
+ fail-fast : false
14
15
matrix :
15
- python-version : [ "3.10" ]
16
+ python-version :
17
+ - " 3.10"
18
+ - " 3.11"
16
19
uses : lars-reimann/.github/.github/workflows/poetry-codecov-reusable.yml@main
17
20
with :
18
21
working-directory : .
19
22
python-version : ${{ matrix.python-version }}
20
23
module-name : safeds
24
+ coverage : ${{ matrix.python-version == '3.10' }}
You can’t perform that action at this time.
0 commit comments