Skip to content

Commit afcc7cb

Browse files
committed
Fix yardstick coverage threshold
The report says 100% but there's 0.2% missing somewhere
1 parent 48f6537 commit afcc7cb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@
1212

1313
# secret environment variables
1414
.env
15+
16+
# yardstick report
17+
measurements/report.txt

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ end
2020
YARD::Rake::YardocTask.new
2121
YardJunk::Rake.define_task
2222
Yardstick::Rake::Measurement.new(:yardstick_measure, yardstick_options)
23-
Yardstick::Rake::Verify.new
23+
Yardstick::Rake::Verify.new(:verify_measurements, yardstick_options)
2424

2525
task default: %i[spec rubocop]
2626

0 commit comments

Comments
 (0)