Skip to content

Commit dab44da

Browse files
author
Dylan Huang
committed
Update CI workflow to ignore test_eval_watcher.py in coverage reports
- Added an ignore rule for `tests/test_eval_watcher.py` in the coverage command to streamline coverage reporting and focus on relevant tests.
1 parent 2f07296 commit dab44da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
--ignore=tests/pytest/test_frozen_lake.py \
9393
--ignore=tests/pytest/test_lunar_lander.py \
9494
--ignore=tests/pytest/test_tau_bench_airline.py \
95+
--ignore=tests/test_eval_watcher.py \
9596
--cov=eval_protocol --cov-append --cov-report=xml --cov-report=term-missing -v --durations=10
9697
9798
- name: Store coverage file

0 commit comments

Comments
 (0)