Skip to content

Commit 8209753

Browse files
committed
Add token
1 parent 32056b0 commit 8209753

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ jobs:
2929
run: |
3030
python setup.py test -a '--cov-config .coveragerc --cov=json_to_models -m "not no_expected" test/'
3131
- name: Coverage
32+
env:
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3234
run: |
3335
coverage xml
3436
coveralls
3537
python-codacy-coverage -r coverage.xml
36-

0 commit comments

Comments
 (0)