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

Run CodeCov through github actions and remove Tox #225

Merged
merged 14 commits into from
Sep 15, 2020
Merged

Conversation

rogebrd
Copy link
Contributor

@rogebrd rogebrd commented Sep 2, 2020

Travis was setup not to build on pushes which meant that when a pull request was pushed to master, it would not update coverage. Because of this, I added a github action to do so. Since the travis config has been updated, we will use travis to publish code coverage.

@codecov
Copy link

codecov bot commented Sep 3, 2020

Codecov Report

Merging #225 into master will decrease coverage by 4.83%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #225      +/-   ##
==========================================
- Coverage   51.81%   46.98%   -4.84%     
==========================================
  Files          32       32              
  Lines       85096    77334    -7762     
  Branches     6370     6370              
==========================================
- Hits        44096    36332    -7764     
- Misses      40949    40951       +2     
  Partials       51       51              
Flag Coverage Δ
#unit 46.98% <ø> (?)
#unittests ?

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

Impacted Files Coverage Δ
dropbox/users.py 41.83% <0.00%> (-6.37%) ⬇️
dropbox/secondary_emails.py 42.59% <0.00%> (-5.75%) ⬇️
dropbox/team.py 46.13% <0.00%> (-5.23%) ⬇️
dropbox/sharing.py 46.11% <0.00%> (-5.08%) ⬇️
dropbox/files.py 47.04% <0.00%> (-5.02%) ⬇️
dropbox/cloud_docs.py 47.32% <0.00%> (-5.01%) ⬇️
dropbox/team_log.py 47.37% <0.00%> (-5.00%) ⬇️
dropbox/file_requests.py 47.07% <0.00%> (-5.00%) ⬇️
dropbox/file_properties.py 48.98% <0.00%> (-4.69%) ⬇️
dropbox/paper.py 49.73% <0.00%> (-4.46%) ⬇️
... and 14 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 7b75667...ff0cdbe. Read the comment docs.

@rogebrd rogebrd changed the title Remove github action and run codecoverage through travis Run CodeCov through github actions and remove Tox Sep 10, 2020
@rogebrd rogebrd merged commit 2166a56 into master Sep 15, 2020
@rogebrd rogebrd deleted the fix_code_cov branch September 15, 2020 04:07
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