Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sinhashubham95 committed Jan 2, 2021
1 parent 8cb9c7b commit 09dedb5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov
github-token: ${{ secrets.COVERALLS_TOKEN }}
flag-name: ${{ matrix.platform }}-go-${{ matrix.go-version }}
parallel: true

Expand All @@ -47,7 +46,6 @@ jobs:
- name: Sending coverage finished
uses: shogo82148/actions-goveralls@v1
with:
github-token: ${{ secrets.COVERALLS_TOKEN }}
parallel-finished: true

build:
Expand Down

0 comments on commit 09dedb5

Please sign in to comment.