Skip to content

Commit

Permalink
consolidate test and coverage stages
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Oct 5, 2019
1 parent 74beee4 commit 290b795
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,6 @@ jobs:
uses: actions/checkout@v1
- name: Run tests
run: make test

coverage:
runs-on: ubuntu-latest
services:
rabbitmq:
image: rabbitmq:3.7-management
ports:
- 5672:5672
- 15672:15672
steps:
- name: Install Go
if: success()
uses: actions/setup-go@v1
with:
go-version: 1.13.x
- name: Checkout code
uses: actions/checkout@v1
- name: Calc coverage
run: |
export PATH=$PATH:$(go env GOPATH)/bin
make coverage
- name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@v2
with:
Expand Down

0 comments on commit 290b795

Please sign in to comment.