Skip to content

Commit

Permalink
Merge pull request #221 from kzys/remove-travis
Browse files Browse the repository at this point in the history
Fully migrate from Travis CI to GitHub Actions
  • Loading branch information
youyuanwu committed Oct 15, 2021
2 parents a8a7229 + 6f89840 commit 17a5a82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -26,3 +26,7 @@ jobs:

- name: Test
run: gotestsum --format short-verbose -- -race -timeout=20m -coverprofile=coverage_txt -covermode=atomic ./...

- uses: codecov/codecov-action@v2
with:
files: coverage_txt
21 changes: 0 additions & 21 deletions .travis.yml

This file was deleted.

0 comments on commit 17a5a82

Please sign in to comment.