blurb_it icon indicating copy to clipboard operation
blurb_it copied to clipboard

Allow adding blurb for anyone, if logged in user is core-dev.

Open Mariatta opened this issue 7 years ago β€’ 6 comments

Mariatta avatar Dec 30 '18 16:12 Mariatta

Codecov Report

Merging #11 into master will increase coverage by 15.89%. The diff coverage is 88.57%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #11       +/-   ##
===========================================
+ Coverage   61.22%   77.11%   +15.89%     
===========================================
  Files           3        3               
  Lines          49      118       +69     
  Branches        3        9        +6     
===========================================
+ Hits           30       91       +61     
- Misses         19       27        +8
Impacted Files Coverage Ξ”
blurb_it/util.py 64.81% <100%> (+14.81%) :arrow_up:
tests/test_util.py 87.09% <85.18%> (-12.91%) :arrow_down:

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 c225618...c20e8e9. Read the comment docs.

codecov[bot] avatar Dec 30 '18 16:12 codecov[bot]

πŸπŸŒšπŸ€– @Mariatta, I've formatted these files using black:

  • blurb_it/main.py
  • blurb_it/util.py
  • tests/test_util.py (I'm a bot πŸ€–)

black-out[bot] avatar Dec 30 '18 16:12 black-out[bot]

πŸπŸŒšπŸ€– @Mariatta, I've formatted these files using black:

  • blurb_it/main.py (I'm a bot πŸ€–)

black-out[bot] avatar Dec 30 '18 16:12 black-out[bot]

πŸπŸŒšπŸ€– @Mariatta, I've formatted these files using black:

  • blurb_it/main.py (I'm a bot πŸ€–)

black-out[bot] avatar Dec 30 '18 16:12 black-out[bot]

FYI, this will work for core triagers too now with python/core-workflow#460 implemented, assuming you're checking people's actual role/permissions as opposed to hardcoding a list of core devs.

CAM-Gerlach avatar Jan 12 '23 02:01 CAM-Gerlach