Skip to content

Commit

Permalink
prepare coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin8105 committed May 29, 2024
1 parent 023f115 commit 49936b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
# TRAVIS=true go test -v -timeout=2h
- name: Upload coverage to Codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: include_cov=coverage.txt bash <(curl -s https://codecov.io/bash)

- name: Build
Expand Down

0 comments on commit 49936b7

Please sign in to comment.