-
-
Notifications
You must be signed in to change notification settings - Fork 421
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
Run stardis tests on Tardis PRs #2753
Run stardis tests on Tardis PRs #2753
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2753 +/- ##
===========================================
+ Coverage 36.47% 69.26% +32.79%
===========================================
Files 183 191 +8
Lines 14664 15021 +357
===========================================
+ Hits 5348 10405 +5057
+ Misses 9316 4616 -4700 ☔ View full report in Codecov by Sentry. |
- name: Install TARDIS | ||
id: install-tardis | ||
run: | | ||
pip install git+https://github.com/tardis-sn/tardis.git@${{ github.sha }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this work when triggered from master, have you tried other test cases?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Workflow Dispatch:
https://github.com/KasukabeDefenceForce/tardis/actions/runs/10143033368/job/28043570915
Pull Request:
KasukabeDefenceForce#34
📝 Description
Type: 🪲
bugfix
| 🚀feature
| ☣️breaking change
| 🚦testing
| 📝documentation
| 🎢infrastructure
This PR aims at adding a workflow which runs stardis tests on tardis PRs, in order to better identify what code changes might break stardis
Also, link issues affected by this pull request by using the keywords:
close
,closes
,closed
,fix
,fixes
,fixed
,resolve
,resolves
orresolved
.📌 Resources
Examples, notebooks, and links to useful references.
🚦 Testing
How did you test these changes?
☑️ Checklist
build_docs
label