scrapinghub / js2xml

Convert Javascript code to an XML document
MIT License
186 stars 23 forks source link

Remove pypi token #46

Closed imduffy15 closed 4 years ago

imduffy15 commented 4 years ago

Hi @Gallaecio

I'm hoping this one will finally fix the PYPI deploy issues.

From what I understand, older repos on travis-ci have a limit on the amount of data they can store encrypted. I believe this limit was impacting us.

I was hoping migrating the project to travis-ci com rather than travis-ci org would remove this issue, it has not.

The configuration on travis has been adjusted so the PYPI token is passed in as PYPI_PASSWORD this will be hidden from the build log and should allow the PYPI upload to work.

codecov[bot] commented 4 years ago

Codecov Report

Merging #46 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #46   +/-   ##
=======================================
  Coverage   89.30%   89.30%           
=======================================
  Files           6        6           
  Lines         533      533           
=======================================
  Hits          476      476           
  Misses         57       57           

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 8aab09b...d6a165e. Read the comment docs.

Gallaecio commented 4 years ago

:tada: https://travis-ci.com/github/scrapinghub/js2xml/jobs/370648166