Skip to content

Commit 3452761

Browse files
committed
Update badge in README to show status of tests
1 parent 638dd60 commit 3452761

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/run_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Running Test Suite on Pushes
1+
name: tests
22

33
# We run the test suite on every push
44
on: [push]

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22

33
A Berkeley library for introductory data science.
44

5-
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/data-8/datascience?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
6-
[![Documentation Status](https://readthedocs.org/projects/datascience/badge/?version=master)](http://datascience.readthedocs.org/en/master/?badge=master)
7-
85
_written by Professor [John DeNero](http://denero.org), Professor
96
[David Culler](http://www.cs.berkeley.edu/~culler),
107
[Sam Lau](https://github.com/samlau95), and [Alvin Wan](http://alvinwan.com)_
118

129
For an example of usage, see the [Berkeley Data 8 class](http://data8.org/).
1310

14-
[![Build Status](https://travis-ci.org/data-8/datascience.svg?branch=master)](https://travis-ci.org/data-8/datascience)
11+
[![Documentation Status](https://readthedocs.org/projects/datascience/badge/?version=master)](http://datascience.readthedocs.org/en/master/?badge=master)
12+
[![Build Status](https://github.com/data-8/datascience/actions/workflows/run_tests.yml/badge.svg?branch=master)](https://github.com/data-8/datascience/actions/workflows/run_tests.yml)
1513
[![Coverage Status](https://coveralls.io/repos/data-8/datascience/badge.svg?branch=master&service=github)](https://coveralls.io/github/data-8/datascience?branch=master)
1614

1715
## Installation

0 commit comments

Comments
 (0)