Skip to content

Commit

Permalink
updated to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytaph committed Mar 2, 2021
1 parent 653f418 commit e1638fb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ jobs:
section "Running unit tests"
go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage report
uses: codecov/codecov-action@v1
- name: Upload coverage report to coverall
uses: shogo82148/actions-goveralls@v1
with:
file: ./coverage.txt
flags: unittests
name: codecov-umbrella
path-to-profile: coverage.txt

0 comments on commit e1638fb

Please sign in to comment.