Skip to content

Commit bbbd3ed

Browse files
authored
Merge pull request #2 from SalesLoft/github-actions
codecov action
2 parents 6a67ebd + fcd31d7 commit bbbd3ed

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

.github/workflows/go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
- name: Test
3030
run: go test -race -coverprofile=coverage.txt -covermode=atomic
3131

32-
- name: CodeCov
33-
run: bash <(curl -s https://codecov.io/bash)
32+
- name: Upload CodeCov
33+
uses: codecov/codecov-action@v1

.travis.yml

-13
This file was deleted.

0 commit comments

Comments
 (0)