File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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 )
3
3
4
4
# Changelogs
5
5
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+
3
+ curl -s https://codecov.io/bash > .codecov
4
+ chmod +x .codecov
5
+ ./.codecov
You can’t perform that action at this time.
0 commit comments