Skip to content

Commit

Permalink
chore(ci): disable coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Apr 27, 2024
1 parent 94216da commit c2962aa
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/lint_test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,3 @@ jobs:
wget https://raw.githubusercontent.com/pgrange/bash_unit/master/bash_unit --continue
chmod 755 ./bash_unit
bundle exec bashcov ./bash_unit tests/**/*.test.sh
- name: Coveralls
uses: coverallsapp/github-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
with:
github-token: ${{ secrets.GH_TOKEN }}
format: simplecov

0 comments on commit c2962aa

Please sign in to comment.