Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Python

on:
push:
branches: [ "main" ]
tags: [ "*" ]
branches: ["main"]
tags: ["*"]
pull_request:
branches: [ "*" ]
branches: ["*"]
merge_group:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -24,7 +25,7 @@ jobs:
contents: read
strategy:
matrix:
python-version: [ "3.9", "3.10", "3.11" ]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -55,9 +56,9 @@ jobs:

- name: Tests and coverage
run: hatch run cov

- name: Codecov - Upload coverage
uses: codecov/codecov-action@v4
with:
token: ${{secrets.CODECOV_TOKEN}}
files: "lcov.info"
files: "lcov.info"