From e0f57f3cbea92f94124ccf77d714f1ecac3a9bb6 Mon Sep 17 00:00:00 2001 From: David Krach Date: Mon, 2 Mar 2026 20:23:22 +0100 Subject: [PATCH] [Added] Test Badge in README --- .gitignore | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d9ab01f..7057572 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ # Compiled solver binary (legacy name kept for safety) STOKES_SOLVER* bin/POREMAPS +.venv/ # ============================================================ # C/C++ build artifacts diff --git a/README.md b/README.md index 4482c04..e50ccf3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Identifier](https://img.shields.io/badge/doi-10.18419%2Fdarus--3676-d45815)](https://doi.org/10.18419/darus-3676) [![Identifier](https://img.shields.io/badge/Publication-blue)](https://doi.org/10.69631/ipj.v2i1nr39) +[![CI](https://github.com/krachdd/poremaps/actions/workflows/ci.yml/badge.svg)](https://github.com/krachdd/poremaps/actions/workflows/ci.yml) Given a binarized 3-D pore geometry (`.raw` file), POREMAPS solves the Stokes equations on a Cartesian finite-difference grid using MPI domain decomposition and computes the anisotropic intrinsic permeability tensor of the sample.