espin086 / GPT-Jobhunter

AI-powered job analysis and resume coaching tool using GPT. Analyzes job postings and provides personalized recommendations to job seekers for improving their resumes.
MIT License
55 stars 15 forks source link

Add code coverage metrics #117

Closed christopherwoodall closed 8 months ago

christopherwoodall commented 8 months ago

This PR adds code coverage metrics using the pytest-cov package. Other changes include moving all references to hard coded paths into config.py so that application and test code have access to the same variables.

espin086 commented 8 months ago

Thank you !