File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
1616Easy to remember reverse shell that should work on most Unix-like systems.
You can’t perform that action at this time.
0 commit comments