File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 version : v2.1.6
3131
3232 - name : Test
33- run : go test -race -timeout=2m ./...
33+ run : go test -race -coverprofile=coverage.txt -timeout=2m ./...
34+
35+ - name : Upload coverage to Codecov
36+ uses : codecov/codecov-action@v5
37+ with :
38+ token : ${{ secrets.CODECOV_TOKEN }}
39+ files : coverage.txt
40+ fail_ci_if_error : false
3441
3542 - name : Vulncheck
3643 run : |
Original file line number Diff line number Diff line change 11# Stacktower
22
33[ ![ CI] ( https://github.com/matzehuels/stacktower/actions/workflows/ci.yml/badge.svg )] ( https://github.com/matzehuels/stacktower/actions/workflows/ci.yml )
4+ [ ![ codecov] ( https://codecov.io/gh/matzehuels/stacktower/graph/badge.svg )] ( https://codecov.io/gh/matzehuels/stacktower )
45[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/matzehuels/stacktower )] ( https://goreportcard.com/report/github.com/matzehuels/stacktower )
56[ ![ Release] ( https://img.shields.io/github/v/release/matzehuels/stacktower )] ( https://github.com/matzehuels/stacktower/releases )
67[ ![ License] ( https://img.shields.io/badge/License-Apache_2.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
You can’t perform that action at this time.
0 commit comments