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

Thread interface #1990

Merged
merged 8 commits into from
Sep 17, 2020
Merged

Thread interface #1990

merged 8 commits into from
Sep 17, 2020

Conversation

larohra
Copy link
Contributor

@larohra larohra commented Aug 22, 2020

Description

A new interface for all threads to follow in the Guest Agent

Issue #


PR information

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • Except for special cases involving multiple contributors, the PR is started from a fork of the main repository, not a branch.
  • If applicable, the PR references the bug/issue that it fixes in the description.
  • New Unit tests were added for the changes made and Travis.CI is passing.

Quality of Code and Contribution Guidelines

@codecov
Copy link

codecov bot commented Aug 22, 2020

Codecov Report

Merging #1990 into develop will decrease coverage by 0.00%.
The diff coverage is 75.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1990      +/-   ##
===========================================
- Coverage    71.13%   71.13%   -0.01%     
===========================================
  Files           86       87       +1     
  Lines        12286    12300      +14     
  Branches      1730     1730              
===========================================
+ Hits          8740     8749       +9     
- Misses        3160     3165       +5     
  Partials       386      386              
Impacted Files Coverage Δ
azurelinuxagent/common/interfaces.py 58.33% <58.33%> (ø)
azurelinuxagent/ga/env.py 65.28% <100.00%> (+0.28%) ⬆️
azurelinuxagent/ga/extension_telemetry.py 91.94% <100.00%> (+0.03%) ⬆️
azurelinuxagent/ga/monitor.py 78.45% <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 6c10ad7...94cd3d4. Read the comment docs.

narrieta
narrieta previously approved these changes Sep 15, 2020
@larohra larohra merged commit 63ed6ab into Azure:develop Sep 17, 2020
@larohra larohra deleted the thread-interface branch September 17, 2020 00:05
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.

3 participants