Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simskij authored Apr 13, 2020
1 parent 0474d84 commit f248803
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
run: go test -v -coverprofile=coverage.out -covermode=atomic ./...

- name: Publish coverage
run: CODECOV_TOKEN="$({ secrets.CODECOV_TOKEN })" bash <(curl -s https://codecov.io/bash)
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Set up Python
uses: actions/setup-python@v1
Expand Down

0 comments on commit f248803

Please sign in to comment.