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
file | name | coverage | branches |
---|---|---|---|
lib/avo/version.rb | Avo |
0.0 | 1/2 |
Annotations
Check warning on line 3 in lib/avo/version.rb
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
Loading