Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 8dc700a

Browse files
committed
Add snapshot as a valid event
1 parent de95b8d commit 8dc700a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cc/service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def self.load_services
3030

3131
attr_reader :event, :config, :payload
3232

33-
ALL_EVENTS = %w[test unit coverage quality vulnerability]
33+
ALL_EVENTS = %w[test unit coverage quality vulnerability snapshot]
3434

3535
# Tracks the defined services.
3636
def self.services

0 commit comments

Comments
 (0)