From a19b684f8dc069673a18b5b4f4597b6f639c932c Mon Sep 17 00:00:00 2001 From: Thomas Poignant Date: Sun, 7 Jul 2024 12:01:13 +0200 Subject: [PATCH 1/2] chore: exclude Tests from Coverage Signed-off-by: Thomas Poignant --- codecov.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..11fc2df --- /dev/null +++ b/codecov.yml @@ -0,0 +1,2 @@ +ignore: + - "Tests" \ No newline at end of file From 1973bcad1f57477b6d71544163c4e39dfbcec108 Mon Sep 17 00:00:00 2001 From: Thomas Poignant Date: Sun, 7 Jul 2024 12:03:45 +0200 Subject: [PATCH 2/2] ci: run CI on main Signed-off-by: Thomas Poignant --- .github/workflows/swift.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/swift.yaml b/.github/workflows/swift.yaml index 6e2adbf..829bff1 100644 --- a/.github/workflows/swift.yaml +++ b/.github/workflows/swift.yaml @@ -1,6 +1,14 @@ name: Swift -on: [pull_request] +on: + push: + branches: + - main + pull_request: + types: + - opened + - synchronize + - reopened jobs: build-test: