Skip to content

Commit

Permalink
feat: Expose helper func (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 authored Jan 15, 2025
1 parent fbeffd4 commit a58470d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name='pgevents',
version='0.2',
packages=find_packages(
include=['src', 'producer', 'consumer']
include=['src', 'producer', 'consumer', 'common*']
),
entry_points='''
[console_scripts]
Expand Down

1 comment on commit a58470d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
common
   compression.py5180%9
   log.py90100% 
   utils.py280100% 
common/qconnector
   rabbitmq_connector.py451371%23–24, 37–49, 52–65
consumer
   event_consumer.py340100% 
pgoutput_parser
   base.py610100% 
   delete.py140100% 
   insert.py150100% 
   relation.py270100% 
   update.py190100% 
producer
   event_producer.py1481590%118–122, 215–217, 223–224, 245, 248–252
TOTAL4052993% 

Tests Skipped Failures Errors Time
30 0 💤 0 ❌ 0 🔥 0.241s ⏱️

Please sign in to comment.