Skip to content

Commit

Permalink
Update github actions and fix codecov (#241)
Browse files Browse the repository at this point in the history
* Update build.yml

* Update linting.yml

* Update linting.yml
  • Loading branch information
DurgNomis-drol committed Nov 9, 2023
1 parent 5245d94 commit 4aa91f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
fail-fast: false

steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Pre-commit
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
runs-on: ubuntu-latest
env:
OS: ubuntu-latest
Expand Down Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
env_vars: OS,PYTHON
fail_ci_if_error: true
flags: unittests
Expand Down

0 comments on commit 4aa91f5

Please sign in to comment.