Skip to content

Commit

Permalink
fixed workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel3dartist committed Nov 30, 2023
1 parent 6bc242c commit 9671037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified .coverage
Binary file not shown.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
python3 -m pip install --upgrade pip
cd pyFBIG
python3 -m pip install -r requirements.txt
- name: Run tests
- name: Run tests
run: |
python3 -m pip install pytest
pytest --cov
pytest tests
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit 9671037

Please sign in to comment.