From 6a30892f541a89f76c53dbc5a6ab687cded8fb76 Mon Sep 17 00:00:00 2001 From: Andres Uribe Gonzalez Date: Thu, 12 Oct 2023 10:16:24 -0400 Subject: [PATCH 1/2] Add codecov file --- codecov.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 codecov.yaml diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 000000000..d2c57c137 --- /dev/null +++ b/codecov.yaml @@ -0,0 +1,17 @@ +component_management: + individual_components: + - component_id: "credentials" + paths: + - "credentials/" + - component_id: "crypto" + paths: + - "crypto/" + - component_id: "dids" + paths: + - "dids/" + - component_id: "common" + paths: + - "common/" + +comment: + layout: "header, diff, components" \ No newline at end of file From 2a0a24b4aa6e8b2ce788874ad7fdd8111db6f9a1 Mon Sep 17 00:00:00 2001 From: Andres Uribe Gonzalez Date: Thu, 12 Oct 2023 10:21:41 -0400 Subject: [PATCH 2/2] Separate by platform --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a4c1b10d..0f5afcf6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,3 +35,4 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} verbose: true + flags: ${{ runner.os }}