Skip to content

Commit 3aa39c8

Browse files
🤖 config(ci): Configure workflow to automate tests of changes (with coverage).
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/aa845ce62d5726e14a9c13613ccabe0978b29940/src/transforms/github:workflow-configure-ci:cover.js Please contact the author of the transform if you believe there was an error.
1 parent b277a56 commit 3aa39c8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci:test.yml renamed to .github/workflows/ci:cover.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
name: ci:test
1+
name: ci:cover
22
on:
33
- push
44
- pull_request
55
jobs:
6-
test:
7-
name: Continuous integration (tests)
6+
cover:
7+
name: Continuous integration (code coverage)
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout 🛎️
1111
uses: actions/checkout@v4
1212

13-
- name: Install 🔧
13+
- name: Install 📦
1414
uses: bahmutov/npm-install@v1
1515
with:
1616
install-command: yarn --frozen-lockfile --ignore-scripts
1717
useRollingCache: true
1818

19-
- name: Test 🔬
20-
run: yarn ci:test
19+
- name: Test and record coverage 🔬
20+
run: yarn cover
2121

2222
- name: Publish coverage report 📃
2323
uses: codecov/codecov-action@v3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Parent is [js-sorting](https://github.com/make-github-pseudonymous-again/js-sort
77

88
[![License](https://img.shields.io/github/license/integer-sorting/radix-sort.svg)](https://raw.githubusercontent.com/integer-sorting/radix-sort/main/LICENSE)
99
[![Version](https://img.shields.io/npm/v/@integer-sorting/radix-sort.svg)](https://www.npmjs.org/package/@integer-sorting/radix-sort)
10-
[![Tests](https://img.shields.io/github/workflow/status/integer-sorting/radix-sort/ci:test?event=push&label=tests)](https://github.com/integer-sorting/radix-sort/actions/workflows/ci:test.yml?query=branch:main)
10+
[![Tests](https://img.shields.io/github/workflow/status/integer-sorting/radix-sort/ci:cover?event=push&label=tests)](https://github.com/integer-sorting/radix-sort/actions/workflows/ci:cover.yml?query=branch:main)
1111
[![Dependencies](https://img.shields.io/librariesio/github/integer-sorting/radix-sort.svg)](https://github.com/integer-sorting/radix-sort/network/dependencies)
1212
[![GitHub issues](https://img.shields.io/github/issues/integer-sorting/radix-sort.svg)](https://github.com/integer-sorting/radix-sort/issues)
1313
[![Downloads](https://img.shields.io/npm/dm/@integer-sorting/radix-sort.svg)](https://www.npmjs.org/package/@integer-sorting/radix-sort)

0 commit comments

Comments
 (0)