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

Migrate CI to GitHub Actions #528

Merged
merged 1 commit into from
Mar 6, 2020
Merged

Migrate CI to GitHub Actions #528

merged 1 commit into from
Mar 6, 2020

Conversation

messense
Copy link
Member

@messense messense commented Mar 6, 2020

Closes #525

TODO:

  • Windows CI
  • Codecov
  • Auto release to PyPI

@messense messense force-pushed the actions branch 4 times, most recently from 7096933 to 5f9531b Compare March 6, 2020 10:21
@codecov-io
Copy link

codecov-io commented Mar 6, 2020

Codecov Report

Merging #528 into master will increase coverage by 0.29%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #528      +/-   ##
==========================================
+ Coverage   71.77%   72.07%   +0.29%     
==========================================
  Files          81       81              
  Lines        3104     3137      +33     
==========================================
+ Hits         2228     2261      +33     
  Misses        876      876
Flag Coverage Δ
#unittests 72.07% <ø> (?)
Impacted Files Coverage Δ
wechatpy/client/api/base.py 100% <0%> (ø) ⬆️
wechatpy/enterprise/client/__init__.py 100% <0%> (ø) ⬆️
wechatpy/client/api/datacube.py 98.43% <0%> (+0.02%) ⬆️
wechatpy/component.py 70.43% <0%> (+0.19%) ⬆️
wechatpy/fields.py 96.62% <0%> (+0.2%) ⬆️
wechatpy/client/base.py 82.08% <0%> (+0.27%) ⬆️
wechatpy/enterprise/events.py 94.52% <0%> (+0.31%) ⬆️
wechatpy/pay/__init__.py 65.75% <0%> (+0.47%) ⬆️
wechatpy/client/api/qrcode.py 83.33% <0%> (+0.98%) ⬆️
wechatpy/crypto/pkcs7.py 88.88% <0%> (+1.38%) ⬆️
... and 1 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 ff44596...8ef833f. Read the comment docs.

@messense
Copy link
Member Author

messense commented Mar 6, 2020

Windows CI 先不弄了。

@messense messense marked this pull request as ready for review March 6, 2020 10:25
@messense messense merged commit addf591 into master Mar 6, 2020
@messense messense deleted the actions branch March 6, 2020 10:25
@messense messense linked an issue Mar 12, 2020 that may be closed by this pull request
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.

Migrate CI to GitHub Actions 完全移除对 Python 2 的支持
2 participants