Skip to content

Commit

Permalink
CI: Install python coverage through pip for a more recent version
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Feb 17, 2024
1 parent d8bb2e2 commit 4a46435
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,12 @@ jobs:
- name: Run tests
run: INITIAL_PWD="${PWD}" .github/workflows/test_thorough.sh --config .gunittest.extra.cfg
env:
PYTHON: python3-coverage run --branch --parallel-mode --concurrency=multiprocessing,thread
PYTHON: coverage run --branch --parallel-mode --concurrency=multiprocessing,thread
INITIAL_GISBASE: $HOME/install/grass84
- run: python3-coverage combine
- run: coverage combine
- name: Show python coverage report summary
run: python3-coverage report
- run: python3-coverage html
run: coverage report
- run: coverage html
- name: Make HTML test report available
if: ${{ always() }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4a46435

Please sign in to comment.