File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ fixes :
2+ - " ballerina/regex/*/::regex-ballerina/"
3+
4+ ignore :
5+ - " **/tests"
6+
7+ codecov :
8+ require_ci_to_pass : no
You can’t perform that action at this time.
0 commit comments