Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ekalinin/awsping
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Nov 19, 2021
2 parents 4dbf92b + 4c297fd commit 2a6f564
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ jobs:
- name: Build
run: go build -v ./...

- name: Test
run: go test -v ./...
- name: Test & coverage
run: go test -v -coverprofile=coverage.out -covermode=atomic

- name: Run coverage
run: go test -race -coverprofile=coverage.out -covermode=atomic
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# awsping
Console tool to check the latency to each AWS region

[![Go Report Card](https://goreportcard.com/badge/github.com/ekalinin/awsping)](https://goreportcard.com/report/github.com/ekalinin/awsping)
[![codecov](https://codecov.io/gh/ekalinin/awsping/branch/master/graph/badge.svg)](https://codecov.io/gh/ekalinin/awsping)

# ToC

* [Usage](#usage)
Expand Down

0 comments on commit 2a6f564

Please sign in to comment.