File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -141,3 +141,6 @@ __pycache__/
141141
142142# Tracking schema output
143143tracking-schema.yaml
144+
145+ # Test output
146+ tests /temp *
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ events:
8080 add-to-basket :
8181 implementations :
8282 - path : main.rb
83- line : 96
83+ line : 109
8484 function : snowplow_track
8585 destination : snowplow
8686 properties :
@@ -95,7 +95,7 @@ events:
9595 Module Event :
9696 implementations :
9797 - path : main.rb
98- line : 108
98+ line : 121
9999 function : track_something
100100 destination : segment
101101 properties :
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ events:
9696 function : snowplow_track_events
9797 destination : snowplow
9898 - path : ruby/main.rb
99- line : 96
99+ line : 109
100100 function : snowplow_track
101101 destination : snowplow
102102 properties :
@@ -430,7 +430,7 @@ events:
430430 Module Event :
431431 implementations :
432432 - path : ruby/main.rb
433- line : 108
433+ line : 121
434434 function : track_something
435435 destination : segment
436436 properties :
You can’t perform that action at this time.
0 commit comments