Skip to content

Don't run integration specs in lefthook

Peter Leitzen requested to merge pl-lefthook-no-integration into master

What does this MR do and why?

Running integration specs like yml_spec.rb takes 15s of total 17s.

This is slow when run in lefthook before each push and might annoy developers.

For this reason, we exclude these specs. They are still run in CI.

Because we filter spec/ now the coverage decreased to 98.73.

Refs !152 (comment 1238972156)

Edited by Peter Leitzen

Merge request reports