Skip to content

Commit b092615

Browse files
committed
chore: rename CI jobs and update readme
1 parent 843e57f commit b092615

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- master
77
jobs:
88
test:
9+
name: Run tests
910
runs-on: ubuntu-latest
1011
strategy:
1112
matrix:
@@ -34,7 +35,8 @@ jobs:
3435
flag-name: linux-node-${{ matrix.node }}
3536
parallel: true
3637

37-
finish:
38+
upload-coverage:
39+
name: Upload coverage
3840
needs: test
3941
if: ${{ always() }}
4042
runs-on: ubuntu-latest

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Fluent ffmpeg-API for node.js
22

3+
[![Coverage Status](https://coveralls.io/repos/github/fluent-ffmpeg/node-fluent-ffmpeg/badge.svg?branch=master)](https://coveralls.io/github/fluent-ffmpeg/node-fluent-ffmpeg?branch=master)
34
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Ffluent-ffmpeg%2Fnode-fluent-ffmpeg.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Ffluent-ffmpeg%2Fnode-fluent-ffmpeg?ref=badge_shield)
45

56
> **Fluent-ffmpeg is looking for new maintainers**

0 commit comments

Comments
 (0)