Skip to content

Commit 7b99db8

Browse files
authored
Merge pull request #61 from vinthedark/master
try to setup test summary in circleci
2 parents 0066939 + df126ae commit 7b99db8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
mkdir ../test-reports
5454
coverage html -d ../test-reports
5555
COVERALLS_REPO_TOKEN=${COVERALLS_REPO_TOKEN} coveralls
56+
- store_test_results:
57+
path: test-reports
5658
- store_artifacts:
5759
path: test-reports
5860
#destination: test-reports

0 commit comments

Comments
 (0)