File tree Expand file tree Collapse file tree 4 files changed +30
-44
lines changed
Expand file tree Collapse file tree 4 files changed +30
-44
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,35 @@ jobs:
1818 with :
1919 version : latest
2020
21- - name : Check
22- run : moon check
21+ - name : Show Environment
22+ run : |
23+ echo "=== Environment Info ==="
24+ pwd
25+ ls -la
26+ echo "=== MoonBit Version ==="
27+ moon --version
28+ echo "=== MoonBit Help ==="
29+ moon --help | head -20
2330
24- - name : Test
25- run : moon test
31+ - name : Check Project
32+ run : |
33+ echo "=== Checking Project ==="
34+ moon check
35+ echo "Check completed successfully"
2636
27- - name : Show MoonBit Version
28- run : moon --version
37+ - name : Run Tests
38+ run : |
39+ echo "=== Running Tests ==="
40+ moon test
41+ echo "Tests completed successfully"
42+
43+ - name : Show Coverage Info
44+ run : |
45+ echo "=== Coverage Commands ==="
46+ moon coverage --help | head -10
47+ echo "=== Coverage Clean ==="
48+ moon coverage clean
49+ echo "=== Coverage Analyze ==="
50+ moon coverage analyze
51+ echo "=== Coverage Report ==="
52+ moon coverage report -f summary
Original file line number Diff line number Diff line change 11# ReactiveX for MoonBit
22
3- [ ![ codecov] ( https://codecov.io/gh/CGaaaaaa/ReactiveX/branch/main/graph/badge.svg )] ( https://codecov.io/gh/CGaaaaaa/ReactiveX )
4- [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
5- [ ![ Tests Passing] ( https://img.shields.io/badge/Tests-Passing-brightgreen.svg )] ( src/test.mbt )
6-
73English | [ 中文] ( README_zh_CN.md )
84
95Reactive Extensions for MoonBit - A comprehensive reactive programming library for the MoonBit language.
Original file line number Diff line number Diff line change 11# ReactiveX for MoonBit
22
3- [ ![ codecov] ( https://codecov.io/gh/CGaaaaaa/ReactiveX/branch/main/graph/badge.svg )] ( https://codecov.io/gh/CGaaaaaa/ReactiveX )
4- [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
5- [ ![ Tests Passing] ( https://img.shields.io/badge/Tests-Passing-brightgreen.svg )] ( src/test.mbt )
6-
73[ English] ( README.md ) | 中文
84
95Reactive Extensions for MoonBit - 用于 MoonBit 编程语言的响应式编程库。
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments