Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h committed May 13, 2022
1 parent d85af59 commit a31ae3d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: CI

on:
push:
Expand Down Expand Up @@ -48,9 +48,6 @@ jobs:
- name: Run test coverage
run: go test -race -coverprofile=coverage.txt -covermode=atomic

# - name: Upload to Codecov
# run: bash <(curl -s https://codecov.io/bash)

- name: 'Upload to Codecov'
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit a31ae3d

Please sign in to comment.