Skip to content

Commit 051770c

Browse files
committed
add github tasks for codecov
1 parent a998831 commit 051770c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build-master.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
name: Code Coverage JSON
4141
path: regex-ballerina/target/report/test_results.json
4242
if-no-files-found: ignore
43+
- name: Generate CodeCov Report
44+
uses: codecov/codecov-action@v1
4345
- name: Dispatch Dependent Module Builds
4446
if: github.event.action != 'stdlib-publish-snapshot'
4547
run: |

.github/workflows/pull-request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
name: Code Coverage JSON
3636
path: regex-ballerina/target/report/test_results.json
3737
if-no-files-found: ignore
38-
38+
- name: Generate CodeCov Report
39+
uses: codecov/codecov-action@v1
40+
3941
windows-build:
4042

4143
runs-on: windows-latest

0 commit comments

Comments
 (0)