Skip to content

Commit

Permalink
ci(codecov): add codecov to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pzentenoe committed Aug 11, 2024
1 parent 2c7a482 commit c2a7d70
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ jobs:
env:
GO111MODULE: on

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
file: coverage.out
flags: unittests
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Install golangci-lint
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin latest

Expand Down

0 comments on commit c2a7d70

Please sign in to comment.