COXIT-CO / RecruitFlowAI

AI Driven Recruitment Assistant
MIT License
14 stars 2 forks source link

Implements Minio setup and /save_resume functionality. #27

Closed iramykytyn closed 1 year ago

iramykytyn commented 1 year ago

🛠 Changes being made

Known issues

🏎 Quality check

Run on docker on-prem machine and tested manually via Slack. Unit tests were added for some modules.

image image

Demo: https://www.loom.com/share/104859468fe14e289911a78129c66653

github-actions[bot] commented 1 year ago

Coverage report

[!NOTE] Coverage data for the default branch was not found. This usually happens when the action has not run on the default branch yet, for example right after deploying it into the workflows.

The coverage rate is 32.6%.

50.9% of new lines are covered.

Diff Coverage details (click to unfold) ### recruit_flow_ai/__init__.py `100%` of new lines are covered (`100%` of the complete file). ### recruit_flow_ai/resume_handler.py `75.47%` of new lines are covered (`74.5%` of the complete file). Missing lines: `23`, `29`, `30`, `39`, `40`, `41`, `44`, `57`, `58`, `63`, `67`, `72`, `73` ### recruit_flow_ai/s3client.py `74.41%` of new lines are covered (`73.17%` of the complete file). Missing lines: `56`, `59`, `60`, `61`, `76`, `77`, `80`, `85`, `87`, `88`, `89` ### recruit_flow_ai/settings.py `100%` of new lines are covered (`100%` of the complete file). ### slack_bot/bot.py `0%` of new lines are covered (`0%` of the complete file). Missing lines: `3`, `4`, `11`, `14`, `23`, `34`, `36`, `38`, `41`, `44`, `45`, `48`, `49`, `50`, `52`, `53`, `54`, `60`, `79`, `82`, `83`, `84`, `85`, `86`, `87`, `88`, `89`, `90`, `91`, `92`, `93`, `94`, `96`, `97`, `99`, `100`, `101`, `105`, `106`, `108` ### slack_bot/messages.py `0%` of new lines are covered (`0%` of the complete file). Missing lines: `32`, `34`, `35`, `36`, `37`, `38`, `39`, `40`, `41`, `42`, `43`, `44`, `45`, `46`, `48`, `50`, `51`