Skip to content

Commit

Permalink
chore: 修改配置
Browse files Browse the repository at this point in the history
  • Loading branch information
beezen committed Jan 3, 2024
1 parent 992f2e0 commit 8d0f688
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/jest-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
name: jest-coverage
run-name: ${{ github.actor }}
on: ["push", "pull_request"]
run-name: ${{ github.actor }} update coverage data。
on:
[push, pull_request]:
branches:
- master
- feature-action

jobs:
build:
name: Build
upload-coverage:
name: upload-coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

- name: Use Node.js 16.14
uses: actions/setup-node@v3
with:
node-version: 16.14

- name: Coveralls
uses: coverallsapp/github-action@v2
- name: Check out the repository to the runner
uses: actions/checkout@v4
- name: Coveralls
uses: coverallsapp/github-action@v2
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![NPM version][npm-image]][npm-url]
![](https://img.shields.io/badge/build-passing-green)
[![Coverage Status](https://coveralls.io/repos/github/beezen/nucm/badge.svg?branch=feature-action)](https://coveralls.io/github/beezen/nucm?branch=feature-action)

`nucm` can help you manage NPM account information quickly and easily.

Expand Down
1 change: 1 addition & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![NPM version][npm-image]][npm-url]
![](https://img.shields.io/badge/build-passing-green)
[![Coverage Status](https://coveralls.io/repos/github/beezen/nucm/badge.svg?branch=feature-action)](https://coveralls.io/github/beezen/nucm?branch=feature-action)

`nucm` 能帮你快速轻松地管理 NPM 账户信息。

Expand Down

0 comments on commit 8d0f688

Please sign in to comment.