Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijitpaul0212 authored Oct 19, 2023
1 parent e3b0745 commit 6ba06e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8
pip install pytest pytest-cov
if [ -f requirements.txt ]; then pip install -r requirements.txt;
- name: Test with Pytest
run: |
pip install pytest pytest-cov
python -m pytest --disable-warnings --doctest-modules --cov=./ --cov-report=xml --cov-report=html
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 6ba06e9

Please sign in to comment.