We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f24a834 commit 604b45fCopy full SHA for 604b45f
1 file changed
.circleci/config.yml
@@ -57,6 +57,7 @@ jobs:
57
source venv_test/bin/activate
58
pip freeze
59
- run: cat /tmp/tests_run
60
+
61
- run:
62
command: |
63
@@ -66,7 +67,8 @@ jobs:
66
67
ls -lah | grep .coverage
68
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
72
73
- store_artifacts:
74
path: .coverage.shard_test_generic_$CIRCLE_NODE_INDEX
0 commit comments