Skip to content

Commit

Permalink
Fixed codecov.
Browse files Browse the repository at this point in the history
  • Loading branch information
DuncDennis committed Mar 12, 2023
1 parent ece2438 commit b5d1a2c
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
# python-version: ["3.8", "3.9", "3.10", "3.11"]
# os: [windows-latest]
os: [ubuntu-latest]
python-version: ["3.9"]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -37,11 +34,5 @@ jobs:
run: mypy
- name: running pytest
run: pytest
# run: pytest --exitfirst --verbose --cov-config=pyproject.toml --cov-report term-missing --cov=lorenzpy
- name: show coverage
run: coverage report
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3

0 comments on commit b5d1a2c

Please sign in to comment.