Skip to content

Commit

Permalink
CI use DEVEL_COVER_USE_HARNESS_VAR for coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Nov 18, 2024
1 parent 537a058 commit 1efbd08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ jobs:
- name: 'ci-dist: target-test (with coverage)'
uses: PDLPorters/devops/github-actions/ci-dist@master
if: matrix.coverage
env:
DEVEL_COVER_USE_HARNESS_VAR: 1 # so local::lib vars aren't squashed by D:C even though no 't' dir
with:
target-test: true
test-enable-coverage: ${{ matrix.coverage }}
Expand Down

0 comments on commit 1efbd08

Please sign in to comment.