From 3ee5405bb9e011582c788adae77038e8abada483 Mon Sep 17 00:00:00 2001 From: Daniel Tan <25474937+dtch1997@users.noreply.github.com> Date: Sun, 5 May 2024 18:44:28 +0100 Subject: [PATCH] chore: update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aae4bd7..f19d1bc 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This is a PDM template that can be used to quickly set up a new repository with 2. A CI workflow to support automated testing, semantic versioning, and package release More features that could be added at some point: +- Coverage reports with CodeCov +- Badges for lint, test, release - Standard templates for Docker / Singularity containers to support containerized deployment - Documentation with Sphinx - Standard issue templates