Skip to content

Commit 9b8832c

Browse files
committed
add pythonpath to the coverage run
1 parent ea42241 commit 9b8832c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- name: 'Run coverage'
1717
run: |
1818
export AWS_DEFAULT_REGION=us-east-1
19+
PYTHONPATH=$(pwd)/src/layer_utils
1920
coverage run --source=src/bulk_importer,src/product_provider,src/provider_espressif,src/provider_infineon,src/provider_microchip -m pytest
2021
coverage report -m
2122
- name: Coverage Badge

0 commit comments

Comments
 (0)