Skip to content

Commit

Permalink
Add badge for type-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Feb 13, 2022
1 parent cb81fa7 commit 8e83e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -200,7 +200,7 @@ jobs:

- name: Psalm
continue-on-error: true
run: php vendor/bin/psalm
run: php vendor/bin/psalm --shepherd

- name: Psalter
continue-on-error: true
Expand Down
1 change: 1 addition & 0 deletions README.md
@@ -1,3 +1,4 @@
![Build Status](https://github.com/simplesamlphp/assert/workflows/CI/badge.svg?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/simplesamlphp/assert/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/simplesamlphp/assert/?branch=master)
[![Coverage Status](https://codecov.io/gh/simplesamlphp/assert/branch/master/graph/badge.svg)](https://codecov.io/gh/simplesamlphp/assert)
[![Psalm Coverage](https://shepherd.dev/github/simplesamlphp/assert/coverage.svg)](https://shepherd.dev/github/simplesamlphp/assert)

0 comments on commit 8e83e91

Please sign in to comment.