Skip to content

Commit

Permalink
CI: refine codecov (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyalsoldier authored Jun 13, 2021
1 parent 4d768b5 commit b275548
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 75 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/coverage.yml

This file was deleted.

12 changes: 11 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ jobs:

- name: Checkout codebase
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Test
run: go test -v -timeout 1h ./...
run: |
export PATH=$(go env GOPATH)/bin:${PATH}
go install -v github.com/ory/go-acc@latest
go-acc --covermode=atomic -o=coverage.txt ./...
shell: bash

- name: Upload codecov
run: bash <(curl -s https://codecov.io/bash)
shell: bash
39 changes: 0 additions & 39 deletions testing/coverage/coverall.sh

This file was deleted.

0 comments on commit b275548

Please sign in to comment.