Skip to content

Commit b7cb47a

Browse files
author
Michael Levin
committed
[Tech Debt] Update build status badges in README
1 parent b1e9e9a commit b7cb47a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
[![Code Climate](https://codeclimate.com/github/18F/analytics-reporter-api/badges/gpa.svg)](https://codeclimate.com/github/18F/analytics-reporter-api) [![CircleCI](https://circleci.com/gh/18F/analytics-reporter-api.svg?style=shield)](https://circleci.com/gh/18F/analytics-reporter-api)
1+
![Build Status](https://github.com/18F/analytics-reporter-api/actions/workflows/ci.yml/badge.svg?branch=master)
2+
[![Snyk](https://snyk.io/test/github/18F/analytics-reporter-api/badge.svg)](https://snyk.io/test/github/18F/analytics-reporter-api)
23

34
# Analytics API
45

@@ -122,7 +123,7 @@ The API should now be available at http://localhost:4444/. Note that the API wil
122123
Data for the API is loaded into the database by the [Analytics Reporter](https://github.com/18F/analytics-reporter). For dev environments,
123124
the default database configuration for both the `analytics-reporter` repo and the `analytics-reporter-api` repo point to the same database.
124125

125-
Follow the instructions in the `analytics-reporter` README to set up the reporter and configure an agency to collect data for.
126+
Follow the instructions in the `analytics-reporter` README to set up the reporter and configure an agency to collect data for.
126127
Ignore any instructions about starting up a database - you'll use the database you already have running.
127128
Once setup is done, run the reporter with the `--write-to-database` option.
128129

0 commit comments

Comments
 (0)