Skip to content

Commit

Permalink
update README with badges
Browse files Browse the repository at this point in the history
  • Loading branch information
James Hutcheon authored and James Hutcheon committed Oct 31, 2023
1 parent 48883cb commit 21d955d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
uses: ncruces/go-coverage-report@v0
with:
coverage-file: ./cover.out
output-dir: coverage
report: true
chart: true
amend: true
Expand Down
7 changes: 0 additions & 7 deletions .testcoverage.yml

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# glox - A lox interpreter written in Go

![coverage](https://github.com/raw/hutcho66/glox/badges/.badges/main/coverage.svg)
![Tests](https://github.com/hutcho66/glox/actions/workflows/go.yml/badge.svg)
[![Go Coverage](https://github.com/hutcho66/glox/wiki/coverage.svg)](https://raw.githack.com/wiki/hutcho66/glox/coverage.html)

The lox language was developed by Robert Nystrom for the book [Crafting Interpreters](https://craftinginterpreters.com/).

Expand Down

0 comments on commit 21d955d

Please sign in to comment.