Skip to content

Commit

Permalink
chore: add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed May 10, 2023
1 parent 311ac11 commit 15ca66d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# App Bundle

[![PHPUnit](https://github.com/shopware/app-bundle-symfony/actions/workflows/phpunit.yml/badge.svg)](https://github.com/shopware/app-bundle-symfony/actions/workflows/phpunit.yml)
[![codecov](https://codecov.io/gh/shopware/app-bundle-symfony/branch/main/graph/badge.svg?token=B86495IQGY)](https://codecov.io/gh/shopware/app-bundle-symfony)


App Bundle integrates the PHP App SDK for Symfony.

## Installation
Expand Down Expand Up @@ -112,4 +116,4 @@ class ProductUpdatedListener
// handle the webhook
}
}
```
```

0 comments on commit 15ca66d

Please sign in to comment.