Skip to content

Commit

Permalink
Remove unused setting of coverage env var in test step
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Jul 25, 2024
1 parent 774c7f2 commit 567a642
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ jobs:
- name: Run tests
run: |
export COVERAGE_PROCESS_START=${PWD}/.coveragerc
export COVERAGE_RCFILE=${PWD}/.coveragerc
export INITIAL_GISBASE="$(grass --config path)"
INITIAL_PWD="${PWD}" .github/workflows/test_thorough.sh --config .gunittest.extra.cfg
env:
Expand Down

0 comments on commit 567a642

Please sign in to comment.