Skip to content

Commit

Permalink
DEBUG: try sending coverage report with the bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed May 14, 2020
1 parent 7ce3772 commit 50e0be8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration_bugtracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
export TEST_BUGTRACKER_INTEGRATION=1
coverage run --source='.' ./manage.py test -v2 --noinput --settings=tcms.settings.test tcms.issuetracker.tests.test_${{ matrix.tracker }}
- name: Send coverage to Codecov
- name: Send coverage to codecov.io
run: |
pip install codecov
codecov
coverage report -m
bash <(curl -s https://codecov.io/bash)

0 comments on commit 50e0be8

Please sign in to comment.