Skip to content

Commit

Permalink
adding badge!
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Jun 3, 2022
1 parent 80e124d commit 52f42f2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# Pytest GitHub Report

[![PyPI version](https://badge.fury.io/py/pytest-github-report.svg)](https://badge.fury.io/py/pytest-github-report)

This is an example of how we can use [GitHub reports]() with [pytest](https://github.com/thombashi/pytest-md-report) to
generate a nice markdown matrix of results. The [tests](tests) here are from the [pytest-md-report](https://github.com/thombashi/pytest-md-report)
repository.

## Usage

### Install from Pypi

You can install [from Pypi](https://pypi.org/project/pytest-github-report/)

```bash
$ pip install pytest-github-report
```

### Local

First, install dependencies:
Expand Down

0 comments on commit 52f42f2

Please sign in to comment.