@@ -1,6 +1,10 @@
CHANGELOG
=========
+1.3.0
+-----
+- Target specific branch
+
1.2.1
-----
- Check errors when generating commit patch
@@ -339,6 +339,22 @@ func TestAuditRepo(t *testing.T) {
MaxGoRoutines: 2,
},
+ {
+ repo: leaksRepo,
+ description: "audit specific bad branch",
+ numLeaks: 2,
+ testOpts: Options{
+ Branch: "master",
+ },
+ description: "audit specific good branch",
+ numLeaks: 0,
+ Branch: "dev",
{
repo: leaksRepo,
description: "audit all branch",