Skip to content

Commit

Permalink
Merge pull request topfreegames#254 from topfreegames/fix/coveralls-b…
Browse files Browse the repository at this point in the history
…ack-online-main

Fix: renable coveralls back online
  • Loading branch information
luizmiranda7 authored Sep 22, 2021
2 parents bdb00d4 + 2b62698 commit d2ff6dc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,10 @@ jobs:
run: make setup-ci
- name: Run tests
run: make test-coverage
# TODO(luizmiranda7): Coveralls is down for maintenance,
# uncomment this block when it gets back online.
# - name: Send coverage
# env:
# COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: ~/go/bin/goveralls -coverprofile=coverprofile.out -service=github
- name: Send coverage
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ~/go/bin/goveralls -coverprofile=coverprofile.out -service=github
e2e-test-nats:
name: Nats Test End to End
runs-on: ubuntu-latest
Expand Down

0 comments on commit d2ff6dc

Please sign in to comment.