Skip to content

Commit

Permalink
Thank you Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Feb 12, 2022
1 parent fd74238 commit 7e93d80
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,11 @@ jobs:
with:
go-version: ${{ matrix.go_version }}

- name: Install codecov
run: sudo pip install codecov

- name: Check out source code
uses: actions/checkout@v2

- name: Run test
run: make ci

- name: Run codecov
run: codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Run octocov
uses: k1LoW/octocov-action@v0

0 comments on commit 7e93d80

Please sign in to comment.