Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PONY-11 Refactor actions to be validator #9

Merged
merged 9 commits into from
Mar 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.