Skip to content
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

[DEV] Fixes for code analyzer and jacoco warnings #39

Merged
merged 5 commits into from
Feb 17, 2022

Conversation

emdobrin
Copy link
Contributor

No description provided.

@@ -0,0 +1 @@
output=none
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ignores jacoco output for test app - added due to the following warning seen in the logs:
W System.err: java.io.FileNotFoundException: /jacoco.exec (Read-only file system)
This was introduced in jacoco 0.8.5 (ref jacoco/jacoco#968)

@codecov
Copy link

codecov bot commented Sep 23, 2021

Codecov Report

Merging #39 (11380f5) into dev (68556d3) will decrease coverage by 0.36%.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##              dev      #39      +/-   ##
==========================================
- Coverage   74.70%   74.33%   -0.36%     
==========================================
  Files          13       13              
  Lines         411      413       +2     
  Branches       48       48              
==========================================
  Hits          307      307              
- Misses         76       78       +2     
  Partials       28       28              
Flag Coverage Δ
functional-tests 54.00% <50.00%> (-0.51%) ⬇️
unit-tests 75.12% <50.00%> (+0.74%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...arketing/mobile/edge/consent/ConsentConstants.java 0.00% <ø> (ø)
...arketing/mobile/edge/consent/ConsentExtension.java 70.64% <ø> (ø)
...obe/marketing/mobile/edge/consent/DateUtility.java 83.33% <ø> (ø)
...m/adobe/marketing/mobile/edge/consent/Utility.java 53.19% <ø> (-0.98%) ⬇️
.../adobe/marketing/mobile/edge/consent/Consents.java 79.27% <50.00%> (-1.74%) ⬇️

@emdobrin emdobrin merged commit ee7b761 into adobe:dev Feb 17, 2022
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