Skip to content

Commit

Permalink
coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Sep 29, 2024
1 parent 62759c0 commit 57982a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ jobs:
- name: Install Hatch
run: pip install --upgrade hatch

- if: matrix.python-version == '3.10' && runner.os == 'Linux'
- if: matrix.python-version == '3.12' && runner.os == 'Linux'
name: Lint
run: hatch run lint:all

- name: Run tests
run: hatch run cov

- name: Report Coveralls
- if: matrix.python-version == '3.12' && runner.os == 'Linux'
name: Report Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit 57982a2

Please sign in to comment.