Skip to content

Commit

Permalink
Add type coverage badge in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oqq committed Dec 7, 2020
1 parent 00931c7 commit 8d5500b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: "composer update --prefer-lowest --prefer-dist --no-interaction --no-progress"

- name: "Run Psalm"
run: "vendor/bin/psalm --output-format=github"
run: "vendor/bin/psalm --output-format=github --shepherd"

unit-tests:
name: "Unit Tests"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# pact

[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Foqq%2Fpact%2Fmain)](https://dashboard.stryker-mutator.io/reports/github.com/oqq/pact/main)
[![Type Coverage](https://shepherd.dev/github/oqq/pact/coverage.svg)](https://shepherd.dev/github/oqq/pact)

> This library is not yet intended to be actively used.

0 comments on commit 8d5500b

Please sign in to comment.