Skip to content

Commit

Permalink
Add badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lovro-bikic committed Oct 30, 2024
1 parent 9cbf974 commit 46efa7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,12 @@ As was said above, health score is most useful as a relative measure. It starts

It's up to you to decide when to take action: either when the score drops suddenly (to fix immediate issues) or when it drops below a certain threshold (to update multiple dependencies in one go).

At Infinum, Polariscope is used as part of a monitoring tool that (among other things) calculates health scores for all Ruby projects daily. Part of the project table looks like this:

At Infinum, Polariscope is used as part of a monitoring tool that (among other things) calculates health scores for all Ruby projects daily. Part of the project table looks like this:<br />
<img src="./docs/health_score_table.png" alt="table with project health scores" width="450">

The health score is also shown as a badge on the repository README:<br />
<img src="./docs/health_score_badge.png" alt="repo readme with health score badge" width="300">

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
Expand Down
Binary file added docs/health_score_badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 46efa7d

Please sign in to comment.