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

Commit e4aeb99

Browse files
committed
Add support for codecov.io
1 parent 1229e52 commit e4aeb99

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

circle.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,10 @@ machine:
77
checkout:
88
post:
99
- git config user.email "support@verdigris.co"
10-
- git config user.name "Verdigris Technologies"
10+
- git config user.name "Verdigris Technologies"
11+
12+
deployment:
13+
codecov:
14+
branch: /.*/
15+
commands:
16+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)