Skip to content

Commit b665bbf

Browse files
committed
chore: try again generating coverage
1 parent 4987556 commit b665bbf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
run: tox
2525
env:
2626
TOXENV: ${{ matrix.toxenv }}
27+
- name: Generate coverage report
28+
run: |
29+
pip install pytest
30+
pip install pytest-cov
31+
pytest tests --cov-report=term-missing --cov=graphql_server
2732
- name: Report coverage to Codecov
2833
uses: codecov/codecov-action@v1
2934
with:

0 commit comments

Comments
 (0)