Skip to content

Commit b33f103

Browse files
Updated CI/CD stuff
1 parent 987b8c8 commit b33f103

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/CI-CD.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: npm run coverage
5757

5858
- name: Send code coverage results to Coveralls
59-
uses: coverallsapp/github-action@v1.0.1
59+
uses: coverallsapp/github-action@v1.1.0
6060
with:
6161
github-token: ${{ secrets.GITHUB_TOKEN }}
6262
parallel: true
@@ -68,7 +68,7 @@ jobs:
6868
needs: test
6969
steps:
7070
- name: Let Coveralls know that all tests have finished
71-
uses: coverallsapp/github-action@v1.0.1
71+
uses: coverallsapp/github-action@v1.1.0
7272
with:
7373
github-token: ${{ secrets.GITHUB_TOKEN }}
7474
parallel-finished: true

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Enhanced `fs.readdir()`
22
=======================
33

4-
[![Cross-Platform Compatibility](https://jstools.dev/img/badges/os-badges.svg)](https://github.com/JS-DevTools/readdir-enhanced/blob/master/.github/workflows/CI-CD.yaml)
5-
[![Build Status](https://github.com/JS-DevTools/readdir-enhanced/workflows/CI-CD/badge.svg)](https://github.com/JS-DevTools/readdir-enhanced/blob/master/.github/workflows/CI-CD.yaml)
4+
[![Cross-Platform Compatibility](https://jstools.dev/img/badges/os-badges.svg)](https://github.com/JS-DevTools/readdir-enhanced/actions)
5+
[![Build Status](https://github.com/JS-DevTools/readdir-enhanced/workflows/CI-CD/badge.svg)](https://github.com/JS-DevTools/readdir-enhanced/actions)
66

77
[![Coverage Status](https://coveralls.io/repos/github/JS-DevTools/readdir-enhanced/badge.svg?branch=master)](https://coveralls.io/github/JS-DevTools/readdir-enhanced?branch=master)
88
[![Dependencies](https://david-dm.org/JS-DevTools/readdir-enhanced.svg)](https://david-dm.org/JS-DevTools/readdir-enhanced)
@@ -402,7 +402,7 @@ Unless you trigger flowing mode, your stream will stay paused and you won't rece
402402
403403
Contributing
404404
--------------------------
405-
Contributions, enhancements, and bug-fixes are welcome! [File an issue](https://github.com/JS-DevTools/readdir-enhanced/issues) on GitHub and [submit a pull request](https://github.com/JS-DevTools/readdir-enhanced/pulls).
405+
Contributions, enhancements, and bug-fixes are welcome! [Open an issue](https://github.com/JS-DevTools/readdir-enhanced/issues) on GitHub and [submit a pull request](https://github.com/JS-DevTools/readdir-enhanced/pulls).
406406
407407
#### Building
408408
To build the project locally on your computer:

0 commit comments

Comments
 (0)