Skip to content

Commit

Permalink
README: point to CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
whentojump authored Jun 24, 2024
1 parent 335da18 commit 8c3380b
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
![screenshot.png](screenshot.png)
# Measure Linux kernel's modified condition/decision coverage (MC/DC)

This project is a collaboration between The Boeing Company and University of
Illinois Urbana-Champaign.
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/xlab-uiuc/linux-mcdc/llvm-19.yml?label=LLVM%2019)](https://github.com/xlab-uiuc/linux-mcdc/actions/workflows/llvm-19.yml)
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/xlab-uiuc/linux-mcdc/llvm-18.yml?label=LLVM%2018)](https://github.com/xlab-uiuc/linux-mcdc/actions/workflows/llvm-18.yml)

Example text coverage report: [link](https://github.com/xlab-uiuc/linux-mcdc/actions/runs/9639450937/job/26582312842#step:5:7)

Example HTML coverage report:

<img src="screenshot.png" width="70%">

[[Get started (LLVM 19)](https://github.com/xlab-uiuc/linux-mcdc/blob/llvm19/docs/measure-kernel-mcdc.md)]
[[(LLVM 18)](https://github.com/xlab-uiuc/linux-mcdc/blob/public-approved/docs/measure-kernel-mcdc.md)]
Expand Down Expand Up @@ -42,5 +48,8 @@ Kernel".
Please feel free to open Issues/PRs if you have any suggestions or questions.
You can also send emails to:

- Steven H. VanderLeest <[email protected]>
- Wentao Zhang <[email protected]>
- Steven H. VanderLeest \<[email protected]\>
- Wentao Zhang \<[email protected]\>

This project is a collaboration between The Boeing Company and University of
Illinois Urbana-Champaign.

0 comments on commit 8c3380b

Please sign in to comment.