Skip to content

Commit

Permalink
Update codecov integration
Browse files Browse the repository at this point in the history
  • Loading branch information
gabfl committed May 8, 2023
1 parent 3b08a47 commit e2dbc21
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
timezone: EST
- name: Install dependencies
run: |
pip install pycodestyle codecov pytest
pip install pycodestyle coverage pytest
python setup.py install
- name: Run pycodestyle
run: |
Expand All @@ -41,6 +41,8 @@ jobs:
- name: Combine coverage report
run: |
coverage combine
- name: Report to codecov
- name: Upload coverage reports to Codecov
run: |
codecov
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov -t ${CODECOV_TOKEN}

0 comments on commit e2dbc21

Please sign in to comment.