Skip to content

Commit

Permalink
Update codecov integration (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabfl authored May 8, 2023
1 parent cb17baf commit dbf49f4
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 @@ -23,7 +23,7 @@ jobs:
sudo apt-get update
sudo apt-get install --yes gcc python3-dev libsqlcipher-dev
pip install -U pip
pip install pycodestyle codecov pytest
pip install pycodestyle coverage pytest
python3 setup.py install
- name: Run pycodestyle
run: |
Expand All @@ -34,6 +34,8 @@ jobs:
- name: Generate coverage report
run: |
coverage report -m
- 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 dbf49f4

Please sign in to comment.