Skip to content

Commit

Permalink
Fixed coverage reporting (#164)
Browse files Browse the repository at this point in the history
* Fixed coverage reporting
* Added ubuntu 22.04 to GH build
  • Loading branch information
yuce authored Jul 15, 2024
1 parent afe972d commit b67e41e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
python-version: [ '3.8', '3.12' ]
os: [ "ubuntu-24.04" ]
os: [ "ubuntu-22.04", "ubuntu-24.04" ]
fail-fast: false

runs-on: "${{ matrix.os }}"
Expand All @@ -34,7 +34,7 @@ jobs:

- name: "Install test dependencies"
run: |
pip install -r dev-requirements.txt
pip install -r dev-requirements.txt coveralls
- name: "Check style"
run: |
Expand All @@ -47,3 +47,4 @@ jobs:
- name: "Run tests"
run: |
make cover
coveralls
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href="https://pypi.python.org/pypi/pyswip"><img src="https://img.shields.io/pypi/v/pyswip.svg?maxAge=2592&updated=2"></a>
<a href="https://travis-ci.org/yuce/pyswip"><img src="https://api.travis-ci.org/yuce/pyswip.svg?branch=master"></a>
<img src="https://img.shields.io/github/actions/workflow/status/yuce/pyswip/tests.yaml">
<a href="https://coveralls.io/github/yuce/pyswip"><img src="https://coveralls.io/repos/github/yuce/pyswip/badge.svg?branch=master"></a>

# PySwip
Expand Down

0 comments on commit b67e41e

Please sign in to comment.