diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 5c4dc87..a588702 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -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 }}"
@@ -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: |
@@ -47,3 +47,4 @@ jobs:
- name: "Run tests"
run: |
make cover
+ coveralls
diff --git a/README.md b/README.md
index 1c3a080..d025ed9 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
# PySwip