Skip to content

Commit e8b323c

Browse files
Merge branch 'main' into dev
2 parents 9aecfe8 + 667a61a commit e8b323c

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.github/workflows/build-master.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
name: Ballerina Internal Log
3535
path: regex-ballerina/ballerina-internal.log
3636
if-no-files-found: ignore
37+
- name: Generate CodeCov Report
38+
uses: codecov/codecov-action@v1
3739
- name: Dispatch Dependent Module Builds
3840
if: github.event.action != 'stdlib-publish-snapshot'
3941
run: |

.github/workflows/pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
path: regex-ballerina/ballerina-internal.log
3131
if-no-files-found: ignore
3232

33+
- name: Generate Codecov Report
34+
if: github.event_name == 'pull_request'
35+
uses: codecov/codecov-action@v1
3336
windows-build:
3437

3538
runs-on: windows-latest

codecov.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
fixes:
2+
- "ballerina/regex/*/::regex-ballerina/"
3+
4+
ignore:
5+
- "**/tests"
6+
7+
codecov:
8+
require_ci_to_pass: no

0 commit comments

Comments
 (0)