Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use cards #2

Merged
merged 21 commits into from
Nov 22, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add badged and coverage
  • Loading branch information
johntdyer committed Nov 22, 2019
commit ea35082240be910a5b602658e239cc1731b9bee8
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,19 @@ install:
# - go get github.com/kisielk/errcheck
# - go get github.com/golang/dep/cmd/dep
# - dep ensure
- go get -v github.com/codeclimate/test-reporter

before_script:
- test-reporter before-build
- echo "REPO $TRAVIS_REPO_SLUG TAG ${TRAVIS_TAG}"

script:
# - gometalinter.v1 --vendor --disable-all --enable=vet --enable=ineffassign
# --enable=goconst --tests ./...
- go test -v -race ./...
- go test -v -race ./... -coverprofile c.out

before_script:
- echo "REPO $TRAVIS_REPO_SLUG TAG ${TRAVIS_TAG}"
after_script:
- test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

deploy:
- #goreleaser
Expand All @@ -32,4 +38,4 @@ after_deploy:

env:
global:
- secure: xxxxx
- secure: "xxxxx"
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Sensu Go webex Handler
# Sensu Go webex Handler [![Build Status](https://travis-ci.com/johntdyer/sensu-webex-handler.svg?branch=master)](https://travis-ci.com/johntdyer/sensu-webex-handler)

[[!GitHub issues](https://img.shields.io/github/issues/johntdyer/sensu-webex-handler)]
[[!GitHub forks](https://img.shields.io/github/forks/johntdyer/sensu-webex-handler)]
[[!GitHub stars](https://img.shields.io/github/stars/johntdyer/sensu-webex-handler)]
[[!GitHub license](https://img.shields.io/github/license/johntdyer/sensu-webex-handler)]

The Sensu webex handler is a [Sensu Event Handler][1] that sends event data to
a configured webex channel. This plugin was mostly copied from the [Sensu slack handler][2] and repurposed for [Webex Teams][4].
Expand Down