wearerequired / traduttore

🗼 A WordPress plugin to improve the I18N workflow for your own projects based on @GlotPress.
https://wearerequired.github.io/traduttore/
72 stars 15 forks source link

GitLab: Use the correct visibility_level value for public repos #216

Closed ocean90 closed 3 years ago

ocean90 commented 3 years ago

Description If a project is public the value is 20, 0 means private. See https://docs.gitlab.com/ee/development/permissions.html#general-permissions

Closes #217.

How has this been tested?

Screenshots If applicable, add screenshots to show the visual change.

Types of changes

Checklist:

codecov[bot] commented 3 years ago

Codecov Report

Merging #216 (12f46f9) into master (6407cac) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #216   +/-   ##
=========================================
  Coverage     81.59%   81.59%           
  Complexity      369      369           
=========================================
  Files            24       24           
  Lines           913      913           
=========================================
  Hits            745      745           
  Misses          168      168           
Impacted Files Coverage Δ
inc/WebhookHandler/GitLab.php 100.00% <100.00%> (ø)

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 6407cac...12f46f9. Read the comment docs.