Skip to content

Commit

Permalink
Uptimize ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasvinther committed May 27, 2024
1 parent f8eb43e commit a1f500c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,3 @@ jobs:
- name: Go Report update
if: ${{ github.repository == 'jonasvinther/medusa' }}
run: "curl -X POST -F \"repo=github.com/$GITHUB_REPOSITORY\" https://goreportcard.com/checks"

- name: Run codecov
run: go test -race -covermode=atomic -v ./... -coverprofile=coverage.txt

- name: Upload coverage to Codecov
if: success() && ${{ github.repository == 'jonasvinther/medusa' }}
uses: codecov/codecov-action@v1
with:
file: ./coverage.txt
token: ${{secrets.CODECOV}}
fail_ci_if_error: true

0 comments on commit a1f500c

Please sign in to comment.