Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

Allow Android-Components to ship 1.0.0 #228

Merged
merged 2 commits into from
Jun 21, 2019

Conversation

JohanLorenzo
Copy link
Contributor

No description provided.

@coveralls
Copy link

coveralls commented Jun 21, 2019

Pull Request Test Coverage Report for Build 889

  • 5 of 5 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.0007%) to 99.485%

Totals Coverage Status
Change from base Build 884: 0.0007%
Covered Lines: 773
Relevant Lines: 777

💛 - Coveralls

@JohanLorenzo JohanLorenzo requested a review from MihaiTabara June 21, 2019 17:52
@@ -441,38 +441,40 @@ def test_beetmover_template_args_generation_release_is_jar(context):
'artifact_id': 'fenix-megazord-forUnitTests',
'is_jar': True,
'template_key': 'maven_Fake',
'version': '0.26.20990205110000',
'version': '0.26.0',
Copy link
Contributor

Choose a reason for hiding this comment

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

Damn, this is my bad, sorry about injecting this bug long time ago.

'', '1.0', 'browser-session', None, None, True,
'components', '', '1.0.0', 'browser-session', None, '1.0.0', False,
), (
'components', '', '1.0', 'browser-session', None, None, True,
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe in a follow-up: copy-paste this line with product == appservices to ensure this won't break whenever we'll switch to 1.0.0 there as well?


if not raises:
assert generate_beetmover_template_args(context) == {
'artifact_id': artifact_id,
'template_key': 'maven_geckoview',
'template_key': 'maven_{}'.format(product),
Copy link
Contributor

Choose a reason for hiding this comment

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

++

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants