Skip to content

Commit

Permalink
Merge branch 'main' into chore/add-readme-codecov-badge
Browse files Browse the repository at this point in the history
  • Loading branch information
tuan78 authored Aug 15, 2022
2 parents 73c744e + cf26983 commit a40750b
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 a40750b

Please sign in to comment.