Skip to content

Commit

Permalink
chore: add github action badges (#3873)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsjtu authored Nov 17, 2023
1 parent cb4995a commit 2d6a27c
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,24 @@
<img src="https://img.shields.io/npm/l/lwc.svg" alt="license">
</a>

<a href="https://circleci.com/gh/salesforce/lwc">
<img src="https://circleci.com/gh/salesforce/lwc.svg?style=svg"
alt="build status">
<a href="https://github.com/salesforce/lwc/actions/workflows/unit.yml?query=branch%3Amaster">
<img src="https://github.com/salesforce/lwc/actions/workflows/unit.yml/badge.svg"
alt="unit tests build status">
</a>

<a href="https://github.com/salesforce/lwc/actions/workflows/karma.yml?query=branch%3Amaster">
<img src="https://github.com/salesforce/lwc/actions/workflows/karma.yml/badge.svg"
alt="karma tests build status">
</a>

<a href="https://github.com/salesforce/lwc/actions/workflows/integration.yml?query=branch%3Amaster">
<img src="https://github.com/salesforce/lwc/actions/workflows/integration.yml/badge.svg"
alt="integration tests build status">
</a>

<a href="https://github.com/salesforce/lwc/actions/workflows/benchmark.yml?query=branch%3Amaster">
<img src="https://github.com/salesforce/lwc/actions/workflows/benchmark.yml/badge.svg"
alt="performance tests build status">
</a>
</p>

Expand Down

0 comments on commit 2d6a27c

Please sign in to comment.