Skip to content

Commit 9f9d85c

Browse files
committed
💚 test fix to circleci config.yml
1 parent 8aaf074 commit 9f9d85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
<<: *defaults
3030
steps:
3131
- codecov/upload:
32-
file: coverage/*.xml
32+
file: /home/circleci/repo/coverage/*.xml
3333
token: $CODECOV_TOKEN
3434

3535
workflows:

0 commit comments

Comments
 (0)