From efe6bd838b20901fbaed1a0f5e108bbdffc413d1 Mon Sep 17 00:00:00 2001 From: jhendersonHDF Date: Thu, 7 May 2026 14:45:47 -0500 Subject: [PATCH] Add HDF5 filter plugins testing badge (#6397) * Add HDF5 filter plugins testing badge --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b1e9f55e617..4ee45c5eb27 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,10 @@ If you use HDF5 in your research, please cite it. This repository includes a [`C [![netCDF build status](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/netcdf.yml?branch=develop&label=netCDF)](https://github.com/HDFGroup/hdf5/actions/workflows/netcdf.yml?query=branch%3Adevelop) [![h5py build status](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/h5py.yml?branch=develop&label=h5py)](https://github.com/HDFGroup/hdf5/actions/workflows/h5py.yml?query=branch%3Adevelop) +### HDF5 filter plugins testing + +[![HDF5 plugins testing](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5_plugins/main.yml?branch=master&label=HDF5%20filter%20plugins)](https://github.com/HDFGroup/hdf5_plugins/actions/workflows/main.yml?query=branch%3Amaster) + ### VOL and VFD Testing [![HDF5 VOL connectors build status](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/vol.yml?branch=develop&label=VOL%20Connectors)](https://github.com/HDFGroup/hdf5/actions/workflows/vol.yml?query=branch%3Adevelop)