Skip to content

Commit

Permalink
Fix lcov generator
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermef committed Feb 13, 2022
1 parent fea294b commit c8f9e7d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
run: |
MODULE_PATH=${{ matrix.subject }}
MODULE="thumbor_plugins.${MODULE_PATH////.}"
docker run --rm -v$(pwd):/app test_image /bin/bash -c "pip install -r test_requirements.txt && pip install -e thumbor_plugins/${{ matrix.subject }} && pytest --cov=$MODULE thumbor_plugins/${{ matrix.subject }}/tests"
- name: Generate lcov
run: coverage lcov
docker run --rm -v$(pwd):/app test_image /bin/bash -c "pip install -r test_requirements.txt && pip install -e thumbor_plugins/${{ matrix.subject }} && pytest --cov=$MODULE thumbor_plugins/${{ matrix.subject }}/tests && coverage lcov"
- name: Coveralls
uses: coverallsapp/github-action@1.1.3
with:
Expand Down

0 comments on commit c8f9e7d

Please sign in to comment.