#!/bin/bash
go get github.com/axw/gocov/gocov

gocov test ./artifactory.v51 | gocov report

gocov test ./artifactory.v54 | gocov report
