File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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+ if : github.event_name == 'pull_request'
40+ uses : codecov/codecov-action@v1
41+
3942 windows-build :
4043
4144 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