Skip to content

Commit 8737616

Browse files
chore: exclude Tests from Coverage (#8)
* chore: exclude Tests from Coverage Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org> * ci: run CI on main Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org> --------- Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
1 parent 9615bfd commit 8737616

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/swift.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: Swift
22

3-
on: [pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
types:
9+
- opened
10+
- synchronize
11+
- reopened
412

513
jobs:
614
build-test:

codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ignore:
2+
- "Tests"

0 commit comments

Comments
 (0)