paulmillr / readdirp

Recursive version of fs.readdir with streaming api.
https://paulmillr.com
MIT License
378 stars 51 forks source link

Update README.md #118

Closed XhmikosR closed 4 years ago

XhmikosR commented 4 years ago

Add Tests badge

XhmikosR commented 4 years ago

I can't make the badge to work

The badge URL must be OK. I mean, for bootstrap this works:

https://github.com/twbs/bootstrap/workflows/.github/workflows/test.yml/badge.svg
paulmillr commented 4 years ago

How do you think it'll be useful? I'm not a big fan of including too many s inside readmes, because every foreign host means one more tracker. We can see the build status already from this page: https://github.com/paulmillr/readdirp/commits/master

XhmikosR commented 4 years ago

It's your call. I personally just find it useful to quickly go to the build status from the README.

That being said, you now use GitHub Actions, I don't think there's an extra tracker :P

XhmikosR commented 4 years ago

@paulmillr can you decide about this and the other open PR and then release a new version? If I knew you'd release a new chokidar version I'd ping you sooner so that we include the new readdirp version there too.