Skip to content

Commit

Permalink
ci: skip coveralls for now
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Nov 14, 2023
1 parent 98ad789 commit 7243655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
bundle exec rspec
- name: Coveralls
if: ${{ matrix.coverage == 'true' }}
if: false # ${{ matrix.coverage == 'true' }}
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}

0 comments on commit 7243655

Please sign in to comment.