Skip to content

Commit

Permalink
add 'path_to_lcov' key into coveralls step
Browse files Browse the repository at this point in the history
  • Loading branch information
floydpink committed Jan 5, 2021
1 parent df7cf8f commit 891cf22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- run:
name: Push Coverage
command: codecov
- coveralls/upload
- coveralls/upload:
path_to_lcov: coverage/report-lcov/lcov.info

workflows:
version: 2
Expand Down

0 comments on commit 891cf22

Please # to comment.