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

Run stardis tests on Tardis PRs #2753

Merged
merged 5 commits into from
Jul 29, 2024

Conversation

KasukabeDefenceForce
Copy link
Contributor

📝 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 or resolved.

📌 Resources

Examples, notebooks, and links to useful references.

🚦 Testing

How did you test these changes?

  • Testing pipeline
  • Other method (describe)
  • My changes can't be tested (explain why)

☑️ Checklist

  • I requested two reviewers for this pull request
  • I updated the documentation according to my changes
  • I built the documentation by applying the build_docs label

Note: If you are not allowed to perform any of these actions, ping (@) a contributor.

@tardis-bot
Copy link
Contributor

tardis-bot commented Jul 29, 2024

*beep* *bop*
Hi human,
I ran ruff on the latest commit (cd4ff69).
Here are the outputs produced.
Results can also be downloaded as artifacts here.
Summarised output:

Complete output(might be large):

Copy link

codecov bot commented Jul 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.26%. Comparing base (c107f27) to head (f6cc9ec).
Report is 25 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

.github/workflows/stardis-tests.yml Outdated Show resolved Hide resolved
.github/workflows/stardis-tests.yml Outdated Show resolved Hide resolved
.github/workflows/stardis-tests.yml Outdated Show resolved Hide resolved
.github/workflows/stardis-tests.yml Outdated Show resolved Hide resolved
- name: Install TARDIS
id: install-tardis
run: |
pip install git+https://github.com/tardis-sn/tardis.git@${{ github.sha }}
Copy link
Member

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

.github/workflows/stardis-tests.yml Outdated Show resolved Hide resolved
@Knights-Templars Knights-Templars merged commit 17ee287 into tardis-sn:master Jul 29, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

6 participants