retroam / Calcium-analysis

Python implementation of calcium imaging analysis pipeline for cardiac myocytes
0 stars 0 forks source link

Add code test coverage badge to README #34

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR adds a code test coverage badge to the README file.

Changes Made

How to Test

  1. Clone the repository.
  2. Install the required dependencies by running pip install -r requirements.txt.
  3. Run the tests with coverage by executing coverage run -m pytest.
  4. Verify that the coverage report is generated and the badge is displayed correctly in the README file.

Related Issue

Issue #32

Checklist

Fixes #32.

To checkout this PR branch, run the following command in your terminal:

git checkout sweep/add-coverage-badge