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

Move contents of .coveragerc into pyproject.toml #691

Conversation

marvinpfoertner
Copy link
Collaborator

In a Nutshell

This PR removes another tool configuration file (.coveragerc) and moves the configuration into pyproject.toml.

Detailed Description

See above.

Related Issues

None

@marvinpfoertner marvinpfoertner added improvement Improvements of existing functionality testing and CI Unit tests, coverage and continuous integration labels Mar 29, 2022
@marvinpfoertner marvinpfoertner self-assigned this Mar 29, 2022
@marvinpfoertner marvinpfoertner requested a review from a team as a code owner March 29, 2022 11:03
@codecov
Copy link

codecov bot commented Mar 29, 2022

Codecov Report

Merging #691 (95693da) into main (fc32cce) will decrease coverage by 0.32%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #691      +/-   ##
==========================================
- Coverage   90.26%   89.93%   -0.33%     
==========================================
  Files         192      192              
  Lines        7262     7315      +53     
  Branches     1153     1157       +4     
==========================================
+ Hits         6555     6579      +24     
- Misses        462      491      +29     
  Partials      245      245              
Impacted Files Coverage Δ
...probnum/randprocs/kernels/_arithmetic_fallbacks.py 83.78% <0.00%> (-11.38%) ⬇️
src/probnum/linops/_arithmetic_fallbacks.py 85.57% <0.00%> (-8.87%) ⬇️
src/probnum/_config.py 91.66% <0.00%> (-8.34%) ⬇️
...probnum/randprocs/markov/continuous/_diffusions.py 92.85% <0.00%> (-2.08%) ⬇️
src/probnum/linalg/solvers/_state.py 98.52% <0.00%> (-1.48%) ⬇️
src/probnum/randprocs/kernels/_kernel.py 91.66% <0.00%> (-0.89%) ⬇️
src/probnum/linops/_linear_operator.py 85.94% <0.00%> (-0.22%) ⬇️
src/probnum/randprocs/markov/_transition.py 100.00% <0.00%> (ø)
src/probnum/randprocs/_random_process.py 92.20% <0.00%> (+0.20%) ⬆️
src/probnum/randvars/_random_variable.py 63.79% <0.00%> (+0.25%) ⬆️

@marvinpfoertner marvinpfoertner merged commit 0864fcf into probabilistic-numerics:main Mar 29, 2022
@marvinpfoertner marvinpfoertner deleted the coveragerc-pyproject-toml branch March 29, 2022 15:00
nirmal-j-patel pushed a commit to nirmal-j-patel/probnum that referenced this pull request Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvements of existing functionality testing and CI Unit tests, coverage and continuous integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants