Skip to content

Commit dc36e44

Browse files
committed
fix(tests): codecov xml file name
1 parent 153e739 commit dc36e44

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
@@ -101,7 +101,7 @@ jobs:
101101
- run:
102102
name: Submit api test coverage
103103
command: |
104-
codecov --file /tmp/cov_api_nodl.xml --root /tmp/src/templateflow \
104+
codecov --file /tmp/cov_api_cached.xml --root /tmp/src/templateflow \
105105
--flags api,cached -e CIRCLE_JOB
106106
107107
- run:

0 commit comments

Comments
 (0)