Skip to content

Commit 3b0a954

Browse files
committed
Add codecov uploading to Buddybuild
1 parent d11b456 commit 3b0a954

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![CircleCI](https://circleci.com/gh/davidwhitman/changelogs/tree/master.svg?style=shield)](https://circleci.com/gh/davidwhitman/deep-link-launcher/tree/master)
2-
[![codecov](https://codecov.io/gh/davidwhitman/changelogs/branch/master/graph/badge.svg)](https://codecov.io/gh/davidwhitman/deep-link-launcher)
1+
[![BuddyBuild](https://dashboard.buddybuild.com/api/statusImage?appID=590f293f598da90001a1d73f&branch=master&build=latest)](https://dashboard.buddybuild.com/apps/590f293f598da90001a1d73f/build/latest?branch=master)
2+
[![codecov](https://codecov.io/gh/davidwhitman/changelogs/branch/master/graph/badge.svg)](https://codecov.io/gh/davidwhitman/changelogs)
33

44
# Changelogs
55

buddybuild_postbuild.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
3+
curl -s https://codecov.io/bash > .codecov
4+
chmod +x .codecov
5+
./.codecov

0 commit comments

Comments
 (0)