File tree Expand file tree Collapse file tree 4 files changed +5
-66
lines changed Expand file tree Collapse file tree 4 files changed +5
-66
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- name : Test and Lint
1
+ name : Go
2
2
3
3
on :
4
4
push :
Original file line number Diff line number Diff line change 1
1
# Prometheus Go client library
2
2
3
- [ ![ CircleCI ] ( https://circleci .com/gh/ prometheus/client_golang/tree/main. svg?style=svg )] ( https://circleci .com/gh/ prometheus/client_golang/tree/main )
4
- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/prometheus/client_golang )] ( https://goreportcard.com/report/github.com/prometheus/client_golang )
3
+ [ ![ CI ] ( https://github .com/prometheus/client_golang/actions/workflows/ci.yml/badge. svg )] ( https://github .com/prometheus/client_golang/actions/workflows/ci.yml )
4
+ [[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/prometheus/client_golang )] ( https://goreportcard.com/report/github.com/prometheus/client_golang )
5
5
[ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/prometheus/client_golang.svg )] ( https://pkg.go.dev/github.com/prometheus/client_golang )
6
6
[ ![ Slack] ( https://img.shields.io/badge/join%20slack-%23prometheus--client_golang-brightgreen.svg )] ( https://slack.cncf.io/ )
7
7
Original file line number Diff line number Diff line change @@ -58,4 +58,6 @@ func TestDescribeByCollect(t *testing.T) {
58
58
if _ , err := reg .Gather (); err != nil {
59
59
t .Error ("gathering failed:" , err )
60
60
}
61
+
62
+ t .Fatal ("breaking test on purpose to check CI" )
61
63
}
You can’t perform that action at this time.
0 commit comments