Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alankan886 committed Jun 23, 2024
1 parent fee68c4 commit 9afe7a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Generate coverage report
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -r requirements.txt
pytest
upload_coverage:
runs-on: macos-latest
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Generate coverage report
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -r requirements.txt
pytest --cov=supermemo2 --cov-report=xml
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v4

0 comments on commit 9afe7a7

Please sign in to comment.