Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 47b596a

Browse files
committed
Override test runner
1 parent e4aeb99 commit 47b596a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

circle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ checkout:
99
- git config user.email "support@verdigris.co"
1010
- git config user.name "Verdigris Technologies"
1111

12+
test:
13+
override:
14+
- istanbul cover ./tests/runner.js --report lcovonly && codecov
15+
1216
deployment:
1317
codecov:
1418
branch: /.*/

0 commit comments

Comments
 (0)