Skip to content

Commit 310f9af

Browse files
authored
CircleCI Workflows (#15)
* added workflows to CircleCI config
1 parent 9478d2f commit 310f9af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: 2
22
jobs:
33
build:
44
machine: true
5+
parallelism: 4
56
steps:
67
- checkout
78
- run:
@@ -16,3 +17,10 @@ jobs:
1617
- run:
1718
name: Report Coverage
1819
command: bash <(curl -s https://codecov.io/bash)
20+
- store_test_results:
21+
path: coverage
22+
workflows:
23+
version: 2
24+
test_flow:
25+
jobs:
26+
- build

0 commit comments

Comments
 (0)