Skip to content

Commit

Permalink
ci: also compute coverage with Python 3.11 for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Aug 10, 2023
1 parent 1fe0223 commit 3ad713b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
working-directory: .
python-version: ${{ matrix.python-version }}
module-name: safeds_runner
coverage: ${{ matrix.python-version == '3.10' }}
coverage: ${{ matrix.python-version == '3.11' }}
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 3ad713b

Please sign in to comment.