Skip to content

Commit

Permalink
chore: added badges to readme.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Aug 31, 2023
1 parent 873412a commit 41e2e02
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,12 @@ jobs:
- name: Test
run: make test

- name: Update coverage report
uses: ncruces/go-coverage-report@v0
with:
report: 'true'
chart: 'true'
amend: 'false'
if: github.event_name == 'push'
continue-on-error: true

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# dbg-go

[![CI build](https://github.com/FedeDP/dbg-go/actions/workflows/ci.yml/badge.svg)](https://github.com/FedeDP/dbg-go/actions/workflows/ci.yml)
[![Latest](https://img.shields.io/github/v/release/FedeDP/dbg-go)](https://github.com/FedeDP/dbg-go/releases/latest)
[![Go Coverage](https://github.com/FedeDP/dbg-go/wiki/coverage.svg)](https://raw.githack.com/wiki/FedeDP/dbg-go/coverage.html)

A go tool to work with falcosecurity [drivers build grid](https://github.com/falcosecurity/test-infra/tree/master/driverkit).
Long term aim is to completely reimplement dbg Makefile and bash scripts in a much more maintenable and testable language.

Expand Down

0 comments on commit 41e2e02

Please sign in to comment.