Skip to content

Commit

Permalink
build(*): change build badge & set coveralls debug false
Browse files Browse the repository at this point in the history
Co-authored-by: Rachna <[email protected]>
  • Loading branch information
sanjayaksaxena and rachnachakraborty committed Oct 14, 2023
1 parent 52a26f8 commit 1f26049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
uses: coverallsapp/github-action@v2
with:
format: lcov
debug: true
debug: false
allow-empty: false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Naive Bayes Text Classifier

### [![Build Status](https://app.travis-ci.com/winkjs/wink-naive-bayes-text-classifier.svg?branch=master)](https://app.travis-ci.com/winkjs/wink-naive-bayes-text-classifier) [![Coverage Status](https://coveralls.io/repos/github/winkjs/wink-naive-bayes-text-classifier/badge.svg?branch=master)](https://coveralls.io/github/winkjs/wink-naive-bayes-text-classifier?branch=master) [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/winkjs/Lobby)
### ![Build Status](https://github.com/winkjs/wink-naive-bayes-text-classifier/actions/workflows/node.js.yml/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/winkjs/wink-naive-bayes-text-classifier/badge.svg?branch=master)](https://coveralls.io/github/winkjs/wink-naive-bayes-text-classifier?branch=master) [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/winkjs/Lobby)

<img align="right" src="https://decisively.github.io/wink-logos/logo-title.png" width="100px" >

Expand Down

0 comments on commit 1f26049

Please sign in to comment.