We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a998831 commit 051770cCopy full SHA for 051770c
.github/workflows/build-master.yml
@@ -40,6 +40,8 @@ jobs:
40
name: Code Coverage JSON
41
path: regex-ballerina/target/report/test_results.json
42
if-no-files-found: ignore
43
+ - name: Generate CodeCov Report
44
+ uses: codecov/codecov-action@v1
45
- name: Dispatch Dependent Module Builds
46
if: github.event.action != 'stdlib-publish-snapshot'
47
run: |
.github/workflows/pull-request.yml
@@ -35,7 +35,9 @@ jobs:
35
36
37
38
-
39
+
windows-build:
runs-on: windows-latest
0 commit comments