Skip to content

Commit a618f31

Browse files
committed
still trying to upload artifacts on circle ci
Signed-off-by: DONNOT Benjamin <[email protected]>
1 parent 2f732ef commit a618f31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
ls -lah | grep .coverage
6363
- run:
6464
command: |
65-
ls -lah grid2op/tests/.coverage.*
66-
65+
ls -lah /Grid2Op/grid2op/tests/.coverage.*
66+
6767
- store_artifacts:
68-
path: grid2op/tests/.coverage.*
68+
path: /Grid2Op/grid2op/tests/.coverage.*
6969
destination: coverage_artifacts
7070

7171
gen_coverage:

0 commit comments

Comments
 (0)