Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierJiezou committed Aug 8, 2022
1 parent 2ff5e53 commit 37d7860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
python-version: 3.7
- name: Generate coverage report
run: |
pip install -r requirements.txt
pip install toml pytest pytest-cov opencv-camcalib
pip install poetry
poetry install
pytest --cov=./ --cov-report=xml tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 37d7860

Please sign in to comment.