Skip to content

Commit

Permalink
Reconfigure codecov (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed authored Mar 22, 2020
1 parent e31bff0 commit 65f689b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ jobs:

- name: PHPCS
run: composer phpcs

- name: Code coverage report
uses: codecov/codecov-action@v1
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# JWT - JSON Web Tokens

[![CI](https://github.com/Firehed/jwt/workflows/CI/badge.svg)](https://github.com/Firehed/jwt/actions?query=workflow%3ACI+branch%3Amaster)
[![codecov](https://codecov.io/gh/Firehed/jwt/branch/master/graph/badge.svg)](https://codecov.io/gh/Firehed/jwt)

## Installation
`composer require firehed/jwt`
Expand Down

0 comments on commit 65f689b

Please sign in to comment.