Skip to content

Commit ee9b4aa

Browse files
committed
Remove badges and clean up CI configuration
1 parent c6b9627 commit ee9b4aa

File tree

4 files changed

+30
-44
lines changed

4 files changed

+30
-44
lines changed

.github/workflows/ci.yml

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
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_zh_CN.md)
84

95
Reactive Extensions for MoonBit - A comprehensive reactive programming library for the MoonBit language.

README_zh_CN.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
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

95
Reactive Extensions for MoonBit - 用于 MoonBit 编程语言的响应式编程库。

codecov.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)