Skip to content

Add Pull Request Labeler #476

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

soumitradev
Copy link

Adds an automated pull request labeler to allow for better organization of workflow. This automated labeler uses GitHub Actions and runs every time a pull request is made to the repo.

This requires issue #475 to be implemented in order to work seamlessly.

Adds an automated pull request labeler to allow for better organization of workflow. This automated labeler uses [GitHub Actions](https://github.com/features/actions) and runs every time a pull request is made to the repo.

This requires issue JuliaGraphics#475 to be implemented in order to work seamlessly.
@codecov
Copy link

codecov bot commented Dec 28, 2019

Codecov Report

Patch coverage has no change and project coverage change: -18.72 ⚠️

Comparison is base (881fdce) 68.45% compared to head (044e64d) 49.74%.

❗ Current head 044e64d differs from pull request most recent head ff32128. Consider uploading reports for the commit ff32128 to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #476       +/-   ##
===========================================
- Coverage   68.45%   49.74%   -18.72%     
===========================================
  Files          32       32               
  Lines        2739     2141      -598     
===========================================
- Hits         1875     1065      -810     
- Misses        864     1076      +212     

see 31 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@logankilpatrick logankilpatrick left a comment

Choose a reason for hiding this comment

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

Great work!!

@coveralls
Copy link

coveralls commented May 24, 2023

Pull Request Test Coverage Report for Build 5069985527

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 102 unchanged lines in 10 files lost coverage.
  • Overall coverage decreased (-3.9%) to 63.026%

Files with Coverage Reduction New Missed Lines %
src/base.jl 1 90.14%
src/container.jl 1 77.36%
src/GLib/GLib.jl 1 58.33%
src/events.jl 4 47.83%
src/Gtk.jl 4 88.46%
src/selectors.jl 5 18.87%
src/GLib/gvalues.jl 7 81.03%
src/GLib/signals.jl 8 73.0%
src/precompile.jl 32 0.0%
src/GLib/gtype.jl 39 61.5%
Totals Coverage Status
Change from base Build 3788169661: -3.9%
Covered Lines: 1604
Relevant Lines: 2545

💛 - Coveralls

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.

3 participants