Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit 985d374

Browse files
Merge pull request #73 from ShorensteinCenter/devel
[Optimization, N/A] Clean up CircleCI config
2 parents 094d1f5 + a7ea208 commit 985d374

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2.1
22
jobs:
3-
build-and-test:
3+
build_and_test:
44
docker:
55
- image: circleci/python:3.6-node-browsers
66
environment:
@@ -73,7 +73,7 @@ jobs:
7373
. venv/bin/activate
7474
codecov
7575
76-
deploy-master:
76+
deploy_master:
7777
docker:
7878
- image: circleci/node:latest
7979
environment:
@@ -103,12 +103,12 @@ jobs:
103103
104104
workflows:
105105
version: 2
106-
build-and-test:
106+
build_test_deploy:
107107
jobs:
108-
- build-and-test
109-
- deploy-master:
108+
- build_and_test
109+
- deploy_master:
110110
requires:
111-
- build-and-test
111+
- build_and_test
112112
filters:
113113
branches:
114114
only: master

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
This is a tool developed by the Shorenstein Center at the Harvard Kennedy School to import MailChimp email list data, analyze it, and output the resulting metrics in an email report.
44

5-
## Branches
5+
## Status
66

77
| Branch | Tests | Code Coverage | Comments |
88
| ------ | ----- | ------------- | -------- |
9-
| `devel` | [![CircleCI](https://circleci.com/gh/ShorensteinCenter/Benchmarks-Program/tree/devel.svg?style=svg)](https://circleci.com/gh/ShorensteinCenter/Benchmarks-Program/tree/devel) | [![codecov](https://codecov.io/gh/ShorensteinCenter/Benchmarks-Program/branch/devel/graph/badge.svg)](https://codecov.io/gh/ShorensteinCenter/Benchmarks-Program) | Current work in progress |
109
| `master` | [![CircleCI](https://circleci.com/gh/ShorensteinCenter/Benchmarks-Program.svg?style=svg)](https://circleci.com/gh/ShorensteinCenter/Benchmarks-Program) | [![codecov](https://codecov.io/gh/ShorensteinCenter/Benchmarks-Program/branch/master/graph/badge.svg)](https://codecov.io/gh/ShorensteinCenter/Benchmarks-Program) | Latest official release |
1110

1211
## Getting Started

0 commit comments

Comments
 (0)