Skip to content

Commit

Permalink
circleci: pass COVERALLS_REPO_TOKEN env to lcoveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Jul 14, 2022
1 parent 20b750c commit 13e30c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run:
name: Report coverage
command: |
lcov -c -b . -d . -o coverage.info && lcoveralls --root . --retry-count 5 coverage.info
lcov -c -b . -d . -o coverage.info && lcoveralls --token $COVERALLS_REPO_TOKEN --root . --retry-count 5 coverage.info
stream8:
docker:
- image: quay.io/centos/centos:stream8
Expand Down

0 comments on commit 13e30c0

Please sign in to comment.