Skip to content

Commit

Permalink
DOC: Adds codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisdg authored Sep 22, 2020
1 parent b00cbcc commit a316b49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# BIDSManager
[![Build Status](https://travis-ci.org/ellisdg/BIDSManager.svg?branch=master)](https://travis-ci.org/ellisdg/BIDSManager)
[![codecov](https://codecov.io/gh/ellisdg/BIDSManager/branch/master/graph/badge.svg)](https://codecov.io/gh/ellisdg/BIDSManager)

Allows users to easily convert, organize, and manage neuroimaging data in Python.

Expand Down Expand Up @@ -61,4 +62,4 @@ from bidsmanager.read import read_csv
dataset = read_csv(“/path/to/csv_file.csv”)
dataset.set_path(“/path/to/write/bids/directory”)
dataset.update()
```
```

0 comments on commit a316b49

Please sign in to comment.