Skip to content

Commit

Permalink
upload code coverage to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
flycash committed Oct 26, 2021
1 parent a2d1583 commit 3373867
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:

- name: Test
run: go test -coverprofile=cover.out -v ./...
# - name: Deepsource Cli
# run: curl https://deepsource.io/cli | sh
# - name: Report Code Coverage
# run: ./bin/deepsource report --analyzer test-coverage --key go --value-file ./cover.out
# env:
# DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }}

- name: Post Coverage
uses: codecov/codecov-action@v2
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# EQL

[![codecov](https://codecov.io/gh/gotomicro/eql/branch/main/graph/badge.svg?token=vc0BDor3Lk)](https://codecov.io/gh/gotomicro/eql)

An easy-use SQL builder.

## Design
Expand Down

0 comments on commit 3373867

Please sign in to comment.