Skip to content

Commit

Permalink
fix: change back to codecov 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Jan 30, 2024
1 parent 0bcf004 commit 103f727
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.12", "3.11"]

steps:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
path: coverage-report

- name: Use Codecov to track coverage
uses: codecov/codecov-action@v4.1.1
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage-report/coverage.xml
Expand Down

0 comments on commit 103f727

Please sign in to comment.