Skip to content

Bumped avo to 3.7.3

UndercoverCI / coverage failed May 9, 2024 in 10m 47s

Complete

🚨 UndercoverCI has detected 1 warning in this changeset.

Details

Revision 5168816 has modified the following 1 code location. Results marked with ⚠️ have untested lines added or changed in this commit, look into them!

file name coverage branches
lib/avo/version.rb ⚠️ module Avo 0.0 1/2

Annotations

Check warning on line 3 in lib/avo/version.rb

See this annotation in the file changed.

@undercoverci undercoverci / coverage

Untested module

Module `Avo` is missing coverage for line 2 (node coverage: 0.0).
Missing branch coverage found in line 2.
Raw output
1: module Avo hits: n/a
2:   VERSION = "3.7.3" unless const_defined?(:VERSION) hits: 2 branches: 1/2
3: end hits: n/a