We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00cb2ec commit 090f706Copy full SHA for 090f706
.github/workflows/ci.yml
@@ -99,6 +99,7 @@ jobs:
99
--ignore=tests/test_tau_bench_airline_smoke.py \
100
--ignore=tests/pytest/test_svgbench.py \
101
--ignore=tests/pytest/test_livesvgbench.py \
102
+ --ignore=eval_protocol/benchmarks/ \
103
--cov=eval_protocol --cov-append --cov-report=xml --cov-report=term-missing -v --durations=10
104
105
- name: Store coverage file
0 commit comments