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

test tox with py39 on Github Actions CI #302

Merged
merged 23 commits into from Mar 7, 2021
Merged

test tox with py39 on Github Actions CI #302

merged 23 commits into from Mar 7, 2021

Conversation

basnijholt
Copy link
Member

@basnijholt basnijholt commented Mar 5, 2021

Description

Test Python 3.9 and move CI to Github Actions.
Actions have a better integration in GitHub (obviously) and are faster to start than Azure Pipelines.

Checklist

  • Fixed style issues using pre-commit run --all (first install using pip install pre-commit)
  • pytest passed

Type of change

Check relevant option(s).

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

@codecov-io
Copy link

codecov-io commented Mar 5, 2021

Codecov Report

Merging #302 (fddcce8) into master (ae2ddf4) will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #302      +/-   ##
==========================================
- Coverage   80.66%   80.64%   -0.03%     
==========================================
  Files          35       35              
  Lines        4623     4623              
  Branches      832      832              
==========================================
- Hits         3729     3728       -1     
  Misses        769      769              
- Partials      125      126       +1     
Impacted Files Coverage Δ
adaptive/tests/test_cquad.py 91.61% <0.00%> (-0.65%) ⬇️

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 ae2ddf4...fddcce8. Read the comment docs.

@basnijholt basnijholt merged commit b4475d7 into master Mar 7, 2021
@basnijholt basnijholt deleted the test-py39 branch March 7, 2021 14:18
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.

None yet

2 participants