Skip to content

Commit b7fc7ab

Browse files
committed
Added comprehensive unit tests
1 parent 50a5492 commit b7fc7ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ubuntu-latest]
21-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
20+
os: [ubuntu-latest, macos-latest]
21+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
2222

2323
steps:
2424
- name: Checkout code
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Upload coverage to Codecov
6767
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.14'
68-
uses: codecov/codecov-action@v3
68+
uses: codecov/codecov-action@v4
6969
with:
7070
file: ./coverage.xml
7171
flags: unittests
@@ -159,7 +159,7 @@ jobs:
159159
uses: actions/checkout@v4
160160

161161
- name: Set up Python
162-
uses: actions/setup-python@v4
162+
uses: actions/setup-python@v5
163163
with:
164164
python-version: '3.14'
165165

0 commit comments

Comments
 (0)