Skip to content

Commit

Permalink
add build badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Chalef committed Jan 13, 2023
1 parent 8f17043 commit 1b60482
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Binaries for programs and plugins
out/
*.exe
*.exe~
*.dll
*.so
*.dylib

*.prof

.idea/
.aws/
aws/

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build and Test](https://github.com/lillianhealth/cms-mrfparse-go/actions/workflows/go.yml/badge.svg)](https://github.com/lillianhealth/cms-mrfparse-go/actions/workflows/go.yml)
[![Build and Test](https://github.com/danielchalef/mrfparse/actions/workflows/main.yml/badge.svg)](https://github.com/danielchalef/mrfparse/actions/workflows/main.yml)

# A Go parser for _Transparency in Coverage_ MRF files.
`mrfparse` is a memory and CPU efficient parser for _Transparency in Coverage_ Machine Readable Format (MRF) files. The parser is designed to be easily containerized and scaled on modern cloud container platforms (and potentially cloud function infrastructure).
Expand Down

0 comments on commit 1b60482

Please sign in to comment.