GatorEducator / execexam

:rocket: ExecExam runs executable examinations that assess Python programming skills
https://pypi.org/project/execexam/
1 stars 3 forks source link

Feature: Add badges to ReadMe #16

Open PCain02 opened 1 week ago

PCain02 commented 1 week ago

Description: The current version of execexam does not have any badges indicating a passing build. Additionally, it does not have any badges that indicate the PyPI version.

Proposed Solution: Implement badges that display useful information to the viewer at a glance. Research the different types of badges available and pick the best ones for the project. Update the build.yml file to create and update these badges.

gkapfham commented 6 days ago

Hi @Chezka109 can you please give a status update on your work towards finishing this issue.

Chezka109 commented 6 days ago

Progress: I have successfully implemented a dynamic coverage badge for the execexam project. The badge color now changes based on the current coverage percentage, providing an immediate visual cue on the quality of the code coverage. Additionally, I have added a maintenance badge to reflect the project's maintenance status, ensuring that users are aware of ongoing upkeep efforts.

Next Steps: I plan to add more badges, including a badge indicating the PyPI version of the project, as well as a passing build badge. These will give users and contributors quick, at-a-glance insights into the state of the project.