Skip to content

Commit

Permalink
Change directory before lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalzbergedu committed Mar 8, 2022
1 parent 315be76 commit 72c2917
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 @@ -51,7 +51,7 @@ jobs:
command: cd /home/circleci/project/parser && coverage run --source=blinkenlights -m pytest test
- run:
name: Run lcov
command: coverage-lcov
command: cd /home/circleci/project/parser && coverage-lcov
- coveralls/upload:
path_to_lcov: '/home/circleci/project/parser/lcov.info'

Expand Down

0 comments on commit 72c2917

Please sign in to comment.