Skip to content

Commit

Permalink
another new file
Browse files Browse the repository at this point in the history
  • Loading branch information
grodowski committed Dec 12, 2024
1 parent 447d318 commit 31d462d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/my_class.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class MyClass
def initialize
@my_var = 99
end

Check warning on line 4 in lib/my_class.rb

View check run for this annotation

UndercoverCI / coverage

Untested instance method

Instance method `initialize` is missing coverage for line (node coverage: 0.0).
Raw output
2:   def initialize hits: n/a
3:     @my_var = 99 hits: n/a
4:   end hits: n/a
end

Check warning on line 5 in lib/my_class.rb

View check run for this annotation

UndercoverCI / coverage

Untested class

Class `MyClass` is missing coverage for line (node coverage: 0.0).
Raw output
1: class MyClass hits: n/a
2:   def initialize hits: n/a
3:     @my_var = 99 hits: n/a
4:   end hits: n/a
5: end hits: n/a

0 comments on commit 31d462d

Please sign in to comment.