Skip to content

ONSdigital/br-api-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Business Register API Common

license

This project contains common code used across Business Register APIs.

Development Tasks

Run unit tests with coverage:

sbt clean coverage test coverageReport

Generate static analysis report:

sbt scapegoat

Publish to the local Ivy repository:

sbt clean publishLocal

Release to Bintray via Travis CI

In Travis CI add the following environment variables PGP_PASS, BINTRAY_USER and BINTRAY_PASS

Releases will then be automatically pushed to Bintray using the sbt-release-early plugin