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

Adapt CI trigger to run on PR from fork. #74

Merged
merged 4 commits into from
Aug 5, 2024
Merged

Adapt CI trigger to run on PR from fork. #74

merged 4 commits into from
Aug 5, 2024

Conversation

kklein
Copy link
Collaborator

@kklein kklein commented Aug 4, 2024

Checklist

  • Added a CHANGELOG.rst entry

@kklein kklein marked this pull request as ready for review August 4, 2024 17:43
@kklein kklein requested a review from borchero August 4, 2024 17:55
@kklein
Copy link
Collaborator Author

kklein commented Aug 4, 2024

The tests are flaky and seem unrelated to me

# We would like to trigger for CI for any pull request action -
# both from QuantCo's branches as well as forks.
pull_request:
types: [opened, labeled, unlabeled, synchronize]
Copy link
Member

Choose a reason for hiding this comment

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

The default types are usually sufficient (this also misses reopened ;). Since none of the jobs below seem to be dependent on labels, I don't think it's necessary to use a custom list here.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Like so?
13d61ee

@borchero
Copy link
Member

borchero commented Aug 4, 2024

[Unrelated to this PR]

The tests are flaky

You might want to give https://github.com/box/flaky a try ;)

Copy link

codecov bot commented Aug 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.46%. Comparing base (b0be07c) to head (13d61ee).
Report is 15 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #74   +/-   ##
=======================================
  Coverage   94.46%   94.46%           
=======================================
  Files          15       15           
  Lines        1769     1769           
=======================================
  Hits         1671     1671           
  Misses         98       98           

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

Copy link
Member

@borchero borchero left a comment

Choose a reason for hiding this comment

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

Looks good!

@kklein kklein merged commit 44a1526 into main Aug 5, 2024
15 of 16 checks passed
@kklein kklein deleted the run_ci_on_fork branch August 5, 2024 08:17
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.

2 participants