Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
Specify commit hash
  • Loading branch information
nathanmkaya authored Oct 28, 2019
1 parent 77057e6 commit ab5e832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Codecov report
run: |
go test -race -coverprofile=coverage.txt -covermode=atomic ./...
bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}
bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }} -C ${{ github.sha }}
Expand Down

0 comments on commit ab5e832

Please sign in to comment.