From ae80d6ddd486147fc338422cb3d66aa95d92b005 Mon Sep 17 00:00:00 2001 From: Akash Goel Date: Mon, 7 Sep 2026 01:45:52 -0700 Subject: [PATCH] Add CI status badges to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c85a6da35..b01943609 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![Downloads](https://static.pepy.tech/badge/diff-diff)](https://pepy.tech/projects/diff-diff) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.19646175.svg)](https://doi.org/10.5281/zenodo.19646175) +[![Lint](https://github.com/igerber/diff-diff/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/igerber/diff-diff/actions/workflows/lint.yml) +[![Rust Backend Tests](https://github.com/igerber/diff-diff/actions/workflows/rust-test.yml/badge.svg?branch=main)](https://github.com/igerber/diff-diff/actions/workflows/rust-test.yml) +[![Documentation Tests](https://github.com/igerber/diff-diff/actions/workflows/docs-tests.yml/badge.svg?branch=main)](https://github.com/igerber/diff-diff/actions/workflows/docs-tests.yml) A Python library for Difference-in-Differences (DiD) causal inference - sklearn-like estimators with statsmodels-style outputs, built for econometricians, marketing analysts, and data scientists running campaign-lift, policy, and staggered-rollout analyses.