Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
huhouhua authored Feb 9, 2024
1 parent 9636783 commit 73c7786
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

name: Go
name: ci

on:
push:
Expand Down Expand Up @@ -42,11 +42,6 @@ jobs:
uses: actions/checkout@v4
- name: Run Unit tests.
run: make test
- name: Upload Coverage report to CodeCov
uses: codecov/[email protected]
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage.txt
format:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 73c7786

Please sign in to comment.