Skip to content

Commit

Permalink
Fixed coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Nov 25, 2017
1 parent 793e673 commit d5192f5
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 @@ -2,7 +2,7 @@ Bullwinkle: a runtime parser for BNF grammars
=============================================

[![Travis](https://img.shields.io/travis/sylvainhalle/Bullwinkle.svg?style=flat-square)]()
[![SonarQube Coverage](https://img.shields.io/sonar/http/sonarqube.com/sylvainhalle:Bullwinkle/coverage.svg?style=flat-square)]()
[![SonarQube Coverage](https://sonarcloud.io/api/badges/measure?key=sylvainhalle%3Abullwinkle&metric=coverage)]()

Bullwinkle is a parser for LL(k) languages that operates through recursive descent
with backtracking.
Expand Down

0 comments on commit d5192f5

Please sign in to comment.