From 46c15890b4856d81d15cd254283bef913f9cc674 Mon Sep 17 00:00:00 2001 From: Geoff Date: Sun, 28 Jun 2026 13:25:00 -0700 Subject: [PATCH] Add Codecov configuration for project components --- .github/codecov.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/codecov.yaml diff --git a/.github/codecov.yaml b/.github/codecov.yaml new file mode 100644 index 0000000..07c23d9 --- /dev/null +++ b/.github/codecov.yaml @@ -0,0 +1,34 @@ +comment: + layout: "condensed_header, condensed_files, components, condensed_footer" + +component_management: + default_rules: + statuses: + - type: project + target: auto + individual_components: + - component_id: parser + name: Parser + paths: + - src/Parser.php + - src/ParsingInput.php + - src/ParseException.php + - component_id: serializer + name: Serializer + paths: + - src/Serializer.php + - src/SerializeException.php + - component_id: types + name: Types + paths: + - src/Bytes.php + - src/Date.php + - src/Dictionary.php + - src/DisplayString.php + - src/InnerList.php + - src/Item.php + - src/OuterList.php + - src/Parameters.php + - src/Token.php + - src/TupleInterface.php + - src/TupleTrait.php