Skip to content

Commit

Permalink
add codecov into github action & remove travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
haoel committed Jul 15, 2021
1 parent 4629731 commit 56b55b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@ jobs:
- name: Test
shell: bash
run: |
make test
make test TEST_FLAGS="-race -coverprofile=coverage.txt -covermode=atomic"
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
file: ./coverage.txt
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

0 comments on commit 56b55b0

Please sign in to comment.