Skip to content

Commit

Permalink
update codecov settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan committed Aug 15, 2020
1 parent 489980e commit f294090
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 31 deletions.
3 changes: 3 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ignore:
- "example/*"
- "tools/*"
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ jobs:
- name: Test
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...

- name: Codecov
uses: codecov/codecov-action@v1.0.6
with:
token: ${{secrets.CODECOV_TOKEN}}
18 changes: 0 additions & 18 deletions .gitlab-ci.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

0 comments on commit f294090

Please sign in to comment.