Skip to content

language plugins #1

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

Merged
merged 7 commits into from
Nov 30, 2020
Merged

language plugins #1

merged 7 commits into from
Nov 30, 2020

Conversation

acabarbaye
Copy link
Collaborator

Description

Introduced a plugin system in order to have different actions depending on the project programming language.

Test Coverage

  • This change is covered by existing or additional automated tests.
  • Manual testing has been performed (and evidence provided) as automated testing was not feasible.
  • Additional tests are not required for this change (e.g. documentation update).

@acabarbaye acabarbaye requested a review from a team as a code owner November 27, 2020 19:38
dogfooding
changed news file naming
@codecov-io
Copy link

Codecov Report

Merging #1 (7235659) into main (6511ce8) will decrease coverage by 0.09%.
The diff coverage is 68.60%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #1      +/-   ##
==========================================
- Coverage   68.81%   68.71%   -0.10%     
==========================================
  Files          29       37       +8     
  Lines        1850     2033     +183     
==========================================
+ Hits         1273     1397     +124     
- Misses        577      636      +59     
Impacted Files Coverage Δ
...us_delivery_scripts/utils/python/python_helpers.py 100.00% <ø> (ø)
...ontinuous_delivery_scripts/utils/string_helpers.py 89.65% <ø> (ø)
...ntinuous_delivery_scripts/report_third_party_ip.py 35.00% <36.36%> (+0.11%) ⬆️
continuous_delivery_scripts/license_files.py 40.74% <40.00%> (-1.86%) ⬇️
continuous_delivery_scripts/tag_and_release.py 34.06% <44.44%> (-0.45%) ⬇️
continuous_delivery_scripts/plugins/python.py 57.50% <57.50%> (ø)
continuous_delivery_scripts/language_specifics.py 65.21% <65.21%> (ø)
continuous_delivery_scripts/plugins/golang.py 65.21% <65.21%> (ø)
continuous_delivery_scripts/plugins/noop.py 65.21% <65.21%> (ø)
..._delivery_scripts/utils/language_specifics_base.py 68.29% <68.29%> (ø)
... and 19 more

setting project as Python
licensed files
@acabarbaye acabarbaye merged commit 171e960 into main Nov 30, 2020
@acabarbaye acabarbaye deleted the plugins branch November 30, 2020 11:47
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