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

CI: fix RUN command in fsm and ltl lit tests #3944

Merged
merged 1 commit into from
Feb 24, 2025
Merged

Conversation

superlopuh
Copy link
Member

The good news is that in the near future this will be detected automatically.

@superlopuh superlopuh added the CI Continuous Integration label Feb 21, 2025
@superlopuh superlopuh self-assigned this Feb 21, 2025
Copy link

codecov bot commented Feb 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.31%. Comparing base (2d09184) to head (eeed7a2).
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3944   +/-   ##
=======================================
  Coverage   91.30%   91.31%           
=======================================
  Files         467      467           
  Lines       58068    58068           
  Branches     5581     5581           
=======================================
+ Hits        53021    53025    +4     
  Misses       3616     3616           
+ Partials     1431     1427    -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@compor
Copy link
Collaborator

compor commented Feb 24, 2025

wdym?

@superlopuh
Copy link
Member Author

I've got a branch locally that changes the lit config that detected these files, still need to make a few changes to make sure everything works properly but will open soon.

@superlopuh superlopuh merged commit b3966ea into main Feb 24, 2025
16 checks passed
@superlopuh superlopuh deleted the sasha/ci/actually-run branch February 24, 2025 09:47
qaco pushed a commit to qaco/xdsl that referenced this pull request Feb 24, 2025
superlopuh added a commit that referenced this pull request Mar 13, 2025
This change in configuration was motivated by the lack of detection of
missing `__init__.py` files in the project. We now have a ruff check for
this (#3945), but in my changing the config, I found a number of other
issues stemming from the `cd ../..` in the preamble to the tests. One is
that for some reason files with no RUN lines aren't detected with the
preamble. I fixed the broken tests that weren't run in a separate PR
(#3944), so this is just about making the config change and making minor
fixes to remaining files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants