From d313a9d2ed57e5f88871da51f1b48ea875f244f8 Mon Sep 17 00:00:00 2001 From: Alastair Weakley Date: Sun, 7 Jul 2024 17:19:23 +1000 Subject: [PATCH] Note on benchmarks location --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2aaef05..7542c36 100644 --- a/README.md +++ b/README.md @@ -515,3 +515,7 @@ Since the `EDTFField` and the `_earliest` and `_latest` field values are set aut * Check formatting: `ruff format --check --config pyproject.toml` * Fix formatting: `ruff format --config pyproject.toml` * Linting and formatting checks and attempted fixes are also run as precommit hooks if you installed them. + +### Coverage and benchmraks + +Coverage reports are generated and added as comments to commits, and also visible in the actions log. Benchmarks are run on pull requests and are published [here]( https://ixc.github.io/python-edtf/dev/bench/) and also visible in the actions log.