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

Changed codecov to run on py3.8 #1875

Merged
merged 1 commit into from
May 1, 2020
Merged

Conversation

larohra
Copy link
Contributor

@larohra larohra commented Apr 29, 2020

Description

Fix travis to run codecoverage on 3.8 instead of 3.7

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 Apr 29, 2020

Codecov Report

Merging #1875 into develop will increase coverage by 0.25%.
The diff coverage is 28.78%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1875      +/-   ##
===========================================
+ Coverage    69.45%   69.71%   +0.25%     
===========================================
  Files           82       82              
  Lines        11469    11593     +124     
  Branches      1619     1625       +6     
===========================================
+ Hits          7966     8082     +116     
- Misses        3166     3172       +6     
- Partials       337      339       +2     
Impacted Files Coverage Δ
azurelinuxagent/common/osutil/freebsd.py 44.06% <0.00%> (+1.38%) ⬆️
azurelinuxagent/common/osutil/nsbsd.py 41.66% <0.00%> (+0.96%) ⬆️
azurelinuxagent/common/osutil/openbsd.py 23.37% <0.00%> (+1.24%) ⬆️
azurelinuxagent/common/osutil/openwrt.py 37.80% <0.00%> (+0.45%) ⬆️
azurelinuxagent/common/osutil/redhat.py 58.44% <0.00%> (ø)
azurelinuxagent/common/osutil/ubuntu.py 68.83% <ø> (+0.41%) ⬆️
.../common/protocol/metadata_server_migration_util.py 100.00% <ø> (ø)
azurelinuxagent/common/osutil/gaia.py 27.14% <7.69%> (-2.09%) ⬇️
azurelinuxagent/common/osutil/suse.py 63.63% <21.73%> (-2.04%) ⬇️
azurelinuxagent/common/osutil/iosxe.py 42.10% <28.57%> (+0.92%) ⬆️
... and 41 more

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 938e66c...bfabebd. Read the comment docs.

@larohra larohra merged commit 308065f into Azure:develop May 1, 2020
@larohra larohra deleted the fix-travis-codecov branch May 21, 2020 00:12
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