Skip to content

Commit

Permalink
Merge pull request #9 from tuan78/chore/add-codecov-workflow-token
Browse files Browse the repository at this point in the history
chore: add Codecov workflow token
  • Loading branch information
tuan78 authored Aug 15, 2022
2 parents 02752ab + 04388ad commit cf26983
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Upload lib coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./cover.out
flags: lib
name: lib
Expand All @@ -51,6 +52,7 @@ jobs:
- name: Upload cmd coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./cmd/cover.out
flags: cmd
name: cmd
Expand Down

0 comments on commit cf26983

Please sign in to comment.