Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for Coverage.running? and add TruffleRuby in CI #1053

Closed

Conversation

eregon
Copy link
Contributor

@eregon eregon commented Feb 21, 2023

This is the fix of #1043 + adding TruffleRuby CI. Fixes #1044.

There is one test failing (testunit_bad.rb), I'm not sure why yet, but it seems valuable to run all other tests on TruffleRuby until that's figured out.

I also simplified both workflows, especially .github/workflows/unstable.yml was a lot more complicated than necessary.

@eregon eregon force-pushed the coverage_running_and_truffleruby_ci branch from 04770f9 to 0714596 Compare February 21, 2023 16:15
@eregon eregon force-pushed the coverage_running_and_truffleruby_ci branch from 0714596 to 87ca614 Compare February 21, 2023 16:34
if: matrix.ruby != 'truffleruby'

- name: Run specs (truffleruby)
run: bundle exec rake spec
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not running cucumber on TruffleRuby because that doesn't work due to old cucumber using old aruba using childprocess which is not really maintained currently (enkessler/childprocess#172).

@eregon
Copy link
Contributor Author

eregon commented Feb 21, 2023

CI is green.
@colszowka Could you review and merge this?

@AlexWayfer
Copy link

We should decrease bus-factor on such repositories.

@amatsuda, sorry, are you available? You seem to be a member of @simplecov-ruby

@eregon
Copy link
Contributor Author

eregon commented Dec 1, 2023

Replaced by #1079.

@eregon eregon closed this Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Please add TruffleRuby to your CI
3 participants