source env before running coverage script

This commit is contained in:
gmega 2024-01-19 15:37:04 -03:00
parent 22449fd0a8
commit 3c0445daef
No known key found for this signature in database
GPG Key ID: FFD8DAF00660270F
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ jobs:
- name: Generate coverage data - name: Generate coverage data
run: | run: |
# make -j${ncpu} coverage . ./env.sh
make -j${ncpu} coverage-script make -j${ncpu} coverage-script
shell: bash shell: bash