Skip to content

Duplicate PR of #22854 (testing publishing docs from azure) #24030

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

Closed
wants to merge 115 commits into from

Conversation

datapythonista
Copy link
Member

Publishing the docs from azure only works for changes that do not come from a fork. This PR is from a branch in the same pandas repo, to test that publishing works. But once confirmed that the publishing works, I'll close it, and the changes will be merged in #22854.

…s that used to be loops). Installing missing packages, splitting linting and checks, and continuing on errors
…of script solves the exclamation mark problems
…tion, which runs the task, but doesn't change the outcome of the build
…nd it shows them without having to enter the log)
… not running publishing docs to github pages
…cia/miniconda3/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/mgarcia/.local/bin:/home/mgarcia/bin problem
@pep8speaks
Copy link

pep8speaks commented Dec 1, 2018

Hello @datapythonista! Thanks for updating the PR.

Line 1042:13: E731 do not assign a lambda expression, use a def
Line 1168:9: E731 do not assign a lambda expression, use a def

Line 1380:13: E731 do not assign a lambda expression, use a def

Line 893:13: E731 do not assign a lambda expression, use a def

Comment last updated on December 01, 2018 at 02:25 Hours UTC

@codecov
Copy link

codecov bot commented Dec 1, 2018

Codecov Report

Merging #24030 into master will decrease coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #24030      +/-   ##
==========================================
- Coverage   42.46%   42.42%   -0.04%     
==========================================
  Files         161      161              
  Lines       51557    51623      +66     
==========================================
+ Hits        21892    21903      +11     
- Misses      29665    29720      +55
Flag Coverage Δ
#single 42.42% <100%> (-0.04%) ⬇️
Impacted Files Coverage Δ
pandas/core/panel.py 42.02% <ø> (ø) ⬆️
pandas/core/tools/timedeltas.py 66.66% <ø> (ø) ⬆️
pandas/core/frame.py 38.7% <ø> (ø) ⬆️
pandas/io/json/json.py 16.66% <ø> (ø) ⬆️
pandas/io/gbq.py 25% <ø> (ø) ⬆️
pandas/core/window.py 28.93% <100%> (ø) ⬆️
pandas/core/reshape/tile.py 13.02% <0%> (+1.39%) ⬆️

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 fa547d8...75b89eb. Read the comment docs.

@codecov
Copy link

codecov bot commented Dec 1, 2018

Codecov Report

Merging #24030 into master will decrease coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #24030      +/-   ##
==========================================
- Coverage   42.46%   42.42%   -0.04%     
==========================================
  Files         161      161              
  Lines       51557    51623      +66     
==========================================
+ Hits        21892    21903      +11     
- Misses      29665    29720      +55
Flag Coverage Δ
#single 42.42% <100%> (-0.04%) ⬇️
Impacted Files Coverage Δ
pandas/core/panel.py 42.02% <ø> (ø) ⬆️
pandas/core/tools/timedeltas.py 66.66% <ø> (ø) ⬆️
pandas/io/gbq.py 25% <ø> (ø) ⬆️
pandas/core/frame.py 38.7% <ø> (ø) ⬆️
pandas/io/json/json.py 16.66% <ø> (ø) ⬆️
pandas/core/window.py 28.93% <100%> (ø) ⬆️
pandas/core/reshape/tile.py 13.02% <0%> (+1.39%) ⬆️

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 fa547d8...75b89eb. Read the comment docs.

@datapythonista
Copy link
Member Author

Couldn't make the publishing to azure work, but for now we'll leave it in travis and github pages.

@datapythonista datapythonista deleted the azure_lint branch December 5, 2018 23:11
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