We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ae90c commit 7dc1d13Copy full SHA for 7dc1d13
.circleci/config.yml
@@ -42,7 +42,7 @@ jobs:
42
name: Unit tests
43
command: npm run test:cov
44
- codecov/upload:
45
- file: 'lcov.info'
+ file: './lcov.info'
46
47
workflows:
48
version: 2
0 commit comments