Skip to content

Commit

Permalink
Merge pull request #9 from Bandwidth/PONY-11
Browse files Browse the repository at this point in the history
PONY-11 Refactor `actions` to be `validator`
  • Loading branch information
ajrice6713 committed Mar 3, 2022
2 parents 0436fa5 + 153a446 commit 0cd8c93
Show file tree
Hide file tree
Showing 31 changed files with 38 additions and 2,766 deletions.
7 changes: 0 additions & 7 deletions .coveragerc

This file was deleted.

6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,5 @@ jobs:
pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements.dev.txt
- name: Tests with coverage
run: |
coverage run --branch -m pytest -vv
coverage report -m
- name: Test
run: pytest
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# PyPony

[![Unit Tests](https://github.com/Bandwidth/pypony/actions/workflows/ci.yml/badge.svg)](https://github.com/Bandwidth/pypony/actions/workflows/ci.yml)
[![coverage badge](coverage/badge.svg)](https://github.com/Bandwidth/pypony/coverage/)
[![Unit Tests](https://github.com/Bandwidth/pypony/actions/workflows/ci.yml/badge.svg)](https://github.com/Bandwidth/pypony/actions/workflows/ci.yml)

PyPony is a Python CLI tool for contract testing OpenAPI specifications against the live APIs that they define.

Expand Down
1 change: 0 additions & 1 deletion coverage/badge.svg

This file was deleted.

0 comments on commit 0cd8c93

Please sign in to comment.