Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Codecov to workflow #70

Merged
merged 1 commit into from
Nov 19, 2023
Merged

Add Codecov to workflow #70

merged 1 commit into from
Nov 19, 2023

Conversation

yusancky
Copy link
Owner

No description provided.

Copy link

Preview

After current modification of the PR, the program builds the main and TSS content as shown below. The content won't be uploaded to Satwiki before the PR is merged.

MAIN

<includeonly>{{#switch:{{{1|}}}|t=2023年11月19日14时|1={{#switch:{{{id|}}}|1={{#switch:{{{section|}}}|km=15,108,552,332 mi|au=162.53483725 AU|kms=15,038,196,461 mi|aus=161.77796262 AU|speed=38,026.77 mph|lt=22:31:45|#default=请输入正确的选项名!}}|2={{#switch:{{{section|}}}|km=12,590,597,661 mi|au=135.44717566 AU|kms=12,548,616,570 mi|aus=134.99555134 AU|speed=34,390.98 mph|lt=18:46:28|#default=请输入正确的选项名!}}|#default=请输入正确的编号!}}|2={{#switch:{{{section|}}}|Inclination=52.004&deg;|Eccentricity=0.08710|RA ascending node=10.357&nbsp;hr|Argument perigee=134.652&deg;|Mean anomaly=232.887&deg;|Orbital period=101.244&nbsp;min|Epoch of osculation=18 Nov 2023, 12:03|#default=请输入正确的选项名!}}|3={{#switch:{{{section|}}}|1=5445|2=368|3=5077|4=5041|#default=请输入正确的选项名!}}|#default=请输入正确的AllUp编号!}}</includeonly><noinclude>[[Category:模板]]{{documentation}}</noinclude>

TSS

{{#echarts:option={
  "title": {
    "text": "天宫空间站任务列表",
    "subtext": "上次更新:2023年11月19日(934)"
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "grid": {
    "left": "3%",
    "right": "4%",
    "bottom": "3%",
    "containLabel": true
  },
  "xAxis": {
    "type": "value"
  },
  "yAxis": {
    "type": "category",
    "splitLine": {
      "show": false
    },
    "data": ["神舟十六号", "天舟六号", "神舟十五号", "天舟五号", "梦天实验舱", "问天实验舱", "神舟十四号", "天舟四号", "神舟十三号", "天舟三号", "神舟十二号", "天舟二号", "天和核心舱"]
  },
  "series": [
    {
      "name": "发射时间",
      "type": "bar",
      "stack": "Total",
      "itemStyle": {
        "borderColor": "transparent",
        "color": "transparent"
      },
      "emphasis": {
        "itemStyle": {
          "borderColor": "transparent",
          "color": "transparent"
        }
      },
      "data": [761, 741, 579, 562, 550, 451, 402, 376, 170, 144, 49, 30, 0]
    },
    {
      "name": "已进行任务天数",
      "type": "bar",
      "stack": "Total",
      "label": {
        "show": true,
        "position": "inside"
      },
      "data": [
        {"value": 173, "itemStyle": {"color": "#fcd34d"} },{"value": 193, "itemStyle": {"color": "#fcd34d"} },{"value": 187, "itemStyle": {"color": "#6ee7b7"} },{"value": 304, "itemStyle": {"color": "#6ee7b7"} },{"value": 384, "itemStyle": {"color": "#fdba74"} },{"value": 483, "itemStyle": {"color": "#fdba74"} },{"value": 182, "itemStyle": {"color": "#6ee7b7"} },{"value": 189, "itemStyle": {"color": "#6ee7b7"} },{"value": 182, "itemStyle": {"color": "#6ee7b7"} },{"value": 310, "itemStyle": {"color": "#6ee7b7"} },{"value": 92, "itemStyle": {"color": "#6ee7b7"} },{"value": 306, "itemStyle": {"color": "#6ee7b7"} },{"value": 934, "itemStyle": {"color": "#fdba74"} }
      ]
    }
  ]
}
|style=min-height:380px}}

@yusancky yusancky merged commit 60f072c into main Nov 19, 2023
2 checks passed
@yusancky yusancky deleted the codecov branch November 19, 2023 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant