Skip to content

Commit

Permalink
nt
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Sep 22, 2023
1 parent 73759de commit fca41a6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
- name: Lint with Flake8
run: |
poetry run flake8
- name: Test with pytest
run: |
poetry run coverage run -m --source=src pytest tests
poetry run coverage xml
- name: Report coverage using codecov
if: github.event_name == 'push' && matrix.python-version == 3.8
uses: codecov/codecov-action@v1
with:
file: ./coverage.xml # optional
flags: unittests # optional
# - name: Test with pytest
# run: |
# poetry run coverage run -m --source=src pytest tests
# poetry run coverage xml
# - name: Report coverage using codecov
# if: github.event_name == 'push' && matrix.python-version == 3.8
# uses: codecov/codecov-action@v1
# with:
# file: ./coverage.xml # optional
# flags: unittests # optional

0 comments on commit fca41a6

Please sign in to comment.