PTB-M4D / PyDynamic

Python library for the analysis of dynamic measurements
https://ptb-m4d.github.io/PyDynamic/
GNU Lesser General Public License v3.0
25 stars 13 forks source link

Update pipeline settings #261

Closed BjoernLudwigPTB closed 2 years ago

BjoernLudwigPTB commented 2 years ago

This reduces the number and duration of our pipeline runs to avoid running into rate limits as has happend in Novemer 2021.

codecov-commenter commented 2 years ago

Codecov Report

Merging #261 (f5779b7) into master (128c2c7) will decrease coverage by 2.86%. The diff coverage is n/a.

:exclamation: Current head f5779b7 differs from pull request most recent head 5c0f364. Consider uploading reports for the commit 5c0f364 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #261      +/-   ##
==========================================
- Coverage   76.80%   73.94%   -2.87%     
==========================================
  Files          29       29              
  Lines        2233     2195      -38     
  Branches      365      366       +1     
==========================================
- Hits         1715     1623      -92     
- Misses        390      430      +40     
- Partials      128      142      +14     
Impacted Files Coverage Δ
src/PyDynamic/signals.py 47.14% <0.00%> (-52.86%) :arrow_down:
src/PyDynamic/model_estimation/fit_filter.py 85.17% <0.00%> (-5.18%) :arrow_down:
src/PyDynamic/uncertainty/propagate_convolution.py 95.45% <0.00%> (-4.55%) :arrow_down:
src/PyDynamic/uncertainty/propagate_MonteCarlo.py 65.74% <0.00%> (-0.14%) :arrow_down:
src/PyDynamic/examples/working_with_signals.py 100.00% <0.00%> (ø)

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 128c2c7...5c0f364. Read the comment docs.