Skip to content

Commit

Permalink
Add badges and update coverage output in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jflick58 committed Feb 3, 2025
1 parent 8660cc5 commit 5a261c1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ PDF/.DS_Store
.coverage
.DS_Store
.DS_Store
coverage.xml
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ lint lint_diff:
TEST_FILE ?= tests/

test:
poetry run pytest --cov-branch --cov-report=xml
poetry run pytest --cov --cov-report=xml

help:
@echo '----'
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# YAART - Yet Another AI Resume Tool

Another Python package that leverages AI to automatically tailor your resume to specific job descriptions, optimizing your resume content to highlight relevant skills and experiences.
Python package that leverages AI to automatically tailor your resume to specific job descriptions, optimizing your resume content to highlight relevant skills and experiences.

[![lint](https://github.com/jflick58/wasm_exec/actions/workflows/lint.yml/badge.svg)](https://github.com/jflick58/yaart/actions/workflows/lint.yml)
[![test](https://github.com/jflick58/yaart/actions/workflows/test.yml/badge.svg)](https://github.com/jflick58/wasm_exec/actions/workflows/test.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

### Features:
- Generates editable Markdown files so you can modify the AI-optimized resume.
Expand Down

0 comments on commit 5a261c1

Please sign in to comment.