Skip to content

Commit

Permalink
ci(codecov): add CODECOV_TOKEN to codecov action (#34)
Browse files Browse the repository at this point in the history
* ci(codecov): add CODECOV_TOKEN to codecov action

* Update .github/workflows/examples.yaml

Co-authored-by: Marcos Sevilla <[email protected]>
  • Loading branch information
elianortega and marcossevilla authored Jun 2, 2022
1 parent b5fcb4f commit b59e72e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Upload coverage data to codecov.io
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: "./coverage/merged.lcov.info"
fail_ci_if_error: true
verbose: true

0 comments on commit b59e72e

Please sign in to comment.