Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 6d80f10

Browse files
author
roberthebel
committed
ci: run coveralls command from react-carousel dir
1 parent d70dcb3 commit 6d80f10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ jobs:
5656
- run: git checkout .
5757
- run:
5858
name: Upload coverage to coveralls
59-
command: cat ./react-carousel/coverage/lcov.info | ./react-carousel/node_modules/.bin/coveralls
59+
command: |
60+
cd react-carousel
61+
cat ./coverage/lcov.info | ./node_modules/.bin/coveralls
6062
- run:
6163
name: configure GitHub user
6264
command: |

0 commit comments

Comments
 (0)