Skip to content

Commit

Permalink
Fix coverage badge URL for
Browse files Browse the repository at this point in the history
For some reason, adding ?branch=main to the URL was returning a cached
badge image with a 0% coverage score.
  • Loading branch information
caleb531 committed Oct 7, 2022
1 parent 167a1e7 commit ccb36c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*Released under the MIT license*

[![tests](https://github.com/caleb531/cache-simulator/actions/workflows/tests.yml/badge.svg)](https://github.com/caleb531/cache-simulator/actions/workflows/tests.yml)
[![Coverage Status](https://coveralls.io/repos/caleb531/cache-simulator/badge.svg?branch=main)](https://coveralls.io/r/caleb531/cache-simulator?branch=main)
[![Coverage Status](https://coveralls.io/repos/caleb531/cache-simulator/badge.svg)](https://coveralls.io/r/caleb531/cache-simulator?branch=main)

This program simulates a processor cache for the MIPS instruction set
architecture. It can simulate all three fundamental caching schemes:
Expand Down

0 comments on commit ccb36c7

Please sign in to comment.