Skip to content

Commit 0009641

Browse files
committed
add more testing coverage
1 parent f717d2a commit 0009641

2 files changed

Lines changed: 378 additions & 2 deletions

File tree

.github/workflows/import-profiler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
with:
2828
python-version: "3.15"
2929
allow-prereleases: true
30+
cache: 'pip'
3031
- name: Run import profiler unit tests
3132
run: |
3233
python -m pip install --upgrade pip
3334
pip install pytest pytest-cov
34-
pytest scripts/import_profiler/test_profiler.py --cov=scripts/import_profiler --cov-report=term-missing --cov-fail-under=65
35-
cache: 'pip'
35+
pytest scripts/import_profiler/test_profiler.py --cov=profiler --cov-report=term-missing --cov-fail-under=100
3636
- name: Run import profiler
3737
env:
3838
BUILD_TYPE: presubmit

0 commit comments

Comments
 (0)