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

Switch from Tox to Nox #347

Merged
merged 14 commits into from May 31, 2022
Merged

Switch from Tox to Nox #347

merged 14 commits into from May 31, 2022

Conversation

basnijholt
Copy link
Member

@basnijholt basnijholt commented May 31, 2022

Description

Switch from Tox to Nox to simplify configuration.

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)
  • (Code) style fix or documentation update
  • This change requires a documentation update

@codecov-commenter
Copy link

codecov-commenter commented May 31, 2022

Codecov Report

Merging #347 (60eae70) into master (d1b0b2a) will increase coverage by 0.11%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #347      +/-   ##
==========================================
+ Coverage   80.70%   80.81%   +0.11%     
==========================================
  Files          38       38              
  Lines        5073     5057      -16     
  Branches      946      946              
==========================================
- Hits         4094     4087       -7     
+ Misses        837      828       -9     
  Partials      142      142              
Impacted Files Coverage Δ
adaptive/learner/base_learner.py 90.24% <ø> (+6.15%) ⬆️
adaptive/runner.py 70.10% <ø> (-0.22%) ⬇️
adaptive/learner/average_learner.py 86.86% <100.00%> (-0.27%) ⬇️
adaptive/learner/average_learner1D.py 79.55% <100.00%> (+0.66%) ⬆️
adaptive/learner/learner1D.py 90.50% <100.00%> (+0.06%) ⬆️
adaptive/tests/algorithm_4.py 71.17% <0.00%> (ø)
... 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 0779e11...60eae70. Read the comment docs.

@basnijholt basnijholt merged commit 3747224 into master May 31, 2022
@basnijholt basnijholt deleted the nox branch May 31, 2022 07:24
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