Skip to content

Commit

Permalink
Added back CodeCov integration
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelRobidas committed Mar 20, 2022
1 parent 9588bcb commit 1722e6b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
run: python setup.py test
run: coverage run setup.py test
- name: Verify Coverage
if: github.event_name == 'push'
uses: codecov/codecov-action@v1.5.2
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1722e6b

Please sign in to comment.