Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add warnings as errors report badges #88

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,21 @@ The following table shows the current Catalyst compatibility with the Lightning
</tr>
</table>

## Package warnings

The following actions run their respective test-suites with warnings promoted to errors. Failures here indicate warnings encountered during compilation and/or testing.

<table>
<tr>
<td>PennyLane test-suite <b>latest</b></td>
<td><a href=https://github.com/PennyLaneAI/pennylane/actions/workflows/package_warnings_as_errors.yml><img src=https://github.com/PennyLaneAI/pennylane/actions/workflows/package_warnings_as_errors.yml/badge.svg alt="PennyLane PyTest latest"></a></td>
</tr>
<tr>
<td>Lightning-Qubit clang-tidy w/ WAE <b>latest</b></td>
<td><a href=https://github.com/PennyLaneAI/pennylane-lightning/actions/workflows/tidy.yml?branch=master><img src=https://github.com/PennyLaneAI/pennylane-lightning/actions/workflows/tidy.yml/badge.svg?branch=master alt="PennyLane Lightning-Qubit clang-tidy build with warnings as errors"></a></td>
</tr>
</table>

## Interpreting the test matrix

* **Stable/stable**: This reflects a scenario where PennyLane and the plugin are both installed
Expand Down
Loading