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

Improve fork experience #189

Merged
merged 1 commit into from
Oct 21, 2020
Merged

Improve fork experience #189

merged 1 commit into from
Oct 21, 2020

Conversation

chapulina
Copy link
Contributor

Our GitHub actions haven't been running correctly for forks. This should fix all of them:

CI

CI only on push means that PRs from forks aren't tested. Adding pull_request fixes forks, with the downside of triggering duplicated jobs for PRs coming from branches in this repo.

Also removed the codecov token for the Focal builds because we only need to upload coverage reports once, and this causes failures sometimes.

Labeler

Resolves gazebo-tooling/pr-collection-labeler#4.

Uses the new pull_request_target event.

Tested here: gazebosim/testing#14

Triage

Like above, uses the new pull_request_target event.

Tested here: gazebosim/testing#15

Signed-off-by: Louise Poubel <[email protected]>
@codecov
Copy link

codecov bot commented Oct 14, 2020

Codecov Report

Merging #189 into ign-transport8 will increase coverage by 0.12%.
The diff coverage is n/a.

Impacted file tree graph

@@                Coverage Diff                 @@
##           ign-transport8     #189      +/-   ##
==================================================
+ Coverage           83.41%   83.54%   +0.12%     
==================================================
  Files                  49       49              
  Lines                4920     4849      -71     
==================================================
- Hits                 4104     4051      -53     
+ Misses                816      798      -18     
Impacted Files Coverage Δ
include/ignition/transport/Discovery.hh 87.65% <0.00%> (-0.06%) ⬇️
src/Node.cc 92.32% <0.00%> (-0.03%) ⬇️
src/NodeShared.cc 78.38% <0.00%> (+0.43%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c9f36c6...5ae0f55. Read the comment docs.

@chapulina chapulina added the 🏰 citadel Ignition Citadel label Oct 14, 2020
@chapulina chapulina self-assigned this Oct 19, 2020
@chapulina chapulina merged commit 284a182 into ign-transport8 Oct 21, 2020
@chapulina chapulina deleted the chapulina/8/forkX branch October 21, 2020 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏰 citadel Ignition Citadel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants