Skip to content

Commit

Permalink
chore: Update main GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay-Lysenko committed Feb 25, 2024
1 parent 8f589e0 commit a441fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- name: Checkout repository
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Lint with Flake8
run: flake8 .
- name: Test with Pytest
run: pytest --cov=readingbricks --cov-config .coveragerc
run: pytest --cov=readingbricks
- name: Create and upload Codecov report
uses: codecov/codecov-action@v4
env:
Expand Down

0 comments on commit a441fe6

Please sign in to comment.