Skip to content

Commit 75936e4

Browse files
committed
Badges and coverage
1 parent 7087a40 commit 75936e4

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ jobs:
1010
- uses: actions/setup-go@v5
1111
with:
1212
go-version-file: go.mod
13-
- run: go test -v ./...
13+
- run: go test -v -coverprofile=coverage.out ./...
14+
- uses: coverallsapp/github-action@v2
15+
with:
16+
file: coverage.out

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
> Reverse Shell as a Service - https://reverse-shell.sh
1111
12+
[![Tests](https://github.com/lukechilds/reverse-shell/actions/workflows/test.yml/badge.svg)](https://github.com/lukechilds/reverse-shell/actions/workflows/test.yml)
1213
[![Coverage Status](https://coveralls.io/repos/github/lukechilds/reverse-shell/badge.svg?branch=master)](https://coveralls.io/github/lukechilds/reverse-shell?branch=master)
13-
[![npm](https://img.shields.io/npm/v/reverse-shell.svg)](https://www.npmjs.com/package/reverse-shell)
1414
[![GitHub Donate](https://badgen.net/badge/GitHub/Sponsor/D959A7?icon=github)](https://github.com/sponsors/lukechilds)
1515

1616
Easy to remember reverse shell that should work on most Unix-like systems.

0 commit comments

Comments
 (0)