Skip to content

Commit

Permalink
Revert coveralls skip
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields authored Jul 9, 2024
1 parent cf69b7f commit 32853b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:

- name: Coveralls
uses: coverallsapp/github-action@master
# 2023/03/07 - Simplecov is not working on TruffleRuby.
# TruffleRuby tests are otherwise passing.
if: ${{ matrix.ruby-version != 'truffleruby' }}
with:
github-token: ${{ secrets.github_token }}
parallel: true
Expand Down

0 comments on commit 32853b4

Please sign in to comment.