We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ed456 commit 87306fbCopy full SHA for 87306fb
run.rb
@@ -1,4 +1,7 @@
1
+# frozen_string_literal: true
2
+
3
require 'coverage'
4
5
Coverage.start(:all)
6
# Coverage.start(branches: true)
7
# Coverage.start(methods: true)
0 commit comments