Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hattya committed Apr 6, 2024
1 parent 239e788 commit 89590f7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
architecture: ${{ matrix.architecture }}
- name: Install dependencies
run: |
python -m pip install -U pip setuptools wheel
pip install -U coverage tox
python -m pip install -U pip
python -m pip install -U coverage tox
- name: Install LCOV on Linux
if: matrix.platform == 'Linux'
run: sudo apt install lcov
Expand All @@ -67,8 +67,6 @@ jobs:
run: |
lcov -c -d . -o lcov.info --no-external --exclude '*/_zopfli/zopfli/*'
rm -rf build
- name: Generate XML coverage report
run: coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 89590f7

Please sign in to comment.