zero-sum-seattle / python-mlb-statsapi

Python Wrapper for the MLB's Official Stats API
MIT License
44 stars 11 forks source link

Readme badge #128

Closed KCNilssen closed 1 year ago

KCNilssen commented 1 year ago

Why

Woudnt it be nice to have status badges in our readme like the other cool large github repos?

What

Adds status badges for our push triggered action that runs our test suit on the new PR. Also adds a badge for our periodically ran action job that runs external tests.

Tests

None

Risk and impact

None

Mattsface commented 1 year ago

In the future (I'm guilty of this too sometimes) create a new branch off of your development branch so PRs don't over lay each other. We should get in the habit of a PR only having commits related to that PR, not the previous ones. I can't merge this until the one that came before it is approved and merged.