Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #34 from im-kulikov/codecov
Browse files Browse the repository at this point in the history
- integrate with codecov
- get rid of TravisCI
  • Loading branch information
im-kulikov authored Dec 6, 2019
2 parents fdd3b53 + 297ff16 commit 9813f8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,9 @@ jobs:
- name: Tests
run: go test -coverprofile=coverage.txt -covermode=atomic ./...

- name: Codecov
run: bash <(curl -s https://codecov.io/bash)
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }} #required
file: ./coverage.txt
fail_ci_if_error: true #optional (default = false)
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

0 comments on commit 9813f8b

Please sign in to comment.