Skip to content

Commit 8b1232e

Browse files
Add build badge
add ci build status badge
1 parent 0b11ec8 commit 8b1232e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# bazel-diff
22

3+
[![Build status](https://github.com/Tinder/bazel-diff/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/Tinder/bazel-diff/actions/workflows/ci.yaml)
4+
35
`bazel-diff` is a command line tool for Bazel projects that allows users to determine the exact affected set of impacted targets between two Git revisions. Using this set, users can test or build the exact modified set of targets.
46

57
`bazel-diff` offers several key advantages over rolling your own target diffing solution

bazel-diff-example.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
set -ex
3+
set -e
44

55
# Path to your Bazel WORKSPACE directory
66
workspace_path=$1

0 commit comments

Comments
 (0)