Skip to content

Commit 604b45f

Browse files
committed
still trying to set up coverage in CI
Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com>
1 parent f24a834 commit 604b45f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
source venv_test/bin/activate
5858
pip freeze
5959
- run: cat /tmp/tests_run
60+
6061
- run:
6162
command: |
6263
source venv_test/bin/activate
@@ -66,7 +67,8 @@ jobs:
6667
ls -lah | grep .coverage
6768
6869
- run:
69-
- command: mv .coverage .coverage.shard_test_generic_$CIRCLE_NODE_INDEX
70+
name: making a unique coverage shard name
71+
command: mv .coverage .coverage.shard_test_generic_$CIRCLE_NODE_INDEX
7072

7173
- store_artifacts:
7274
path: .coverage.shard_test_generic_$CIRCLE_NODE_INDEX

0 commit comments

Comments
 (0)