timkpaine / jupyterlab_autoversion

Automatically version jupyter notebooks in JupyterLab
https://jupyterlab-autoversion.readthedocs.io
Apache License 2.0
80 stars 10 forks source link

bump deps, fixup build script #82

Closed timkpaine closed 2 years ago

github-actions[bot] commented 2 years ago

Unit Test Results

1 files  1 suites   0s :stopwatch: 4 tests 4 :heavy_check_mark: 0 :zzz: 0 :x:

Results for commit 5bc6f07d.

codecov[bot] commented 2 years ago

Codecov Report

Merging #82 (5bc6f07) into main (005a7e1) will increase coverage by 78.12%. The diff coverage is n/a.

@@            Coverage Diff            @@
##           main      #82       +/-   ##
=========================================
+ Coverage      0   78.12%   +78.12%     
=========================================
  Files         0       12       +12     
  Lines         0      256      +256     
  Branches      0       40       +40     
=========================================
+ Hits          0      200      +200     
- Misses        0       44       +44     
- Partials      0       12       +12     
Impacted Files Coverage Δ
jupyterlab_autoversion/tests/test_all.py 100.00% <0.00%> (ø)
jupyterlab_autoversion/tests/test_handlers.py 93.82% <0.00%> (ø)
jupyterlab_autoversion/extension.py 56.52% <0.00%> (ø)
jupyterlab_autoversion/__init__.py 100.00% <0.00%> (ø)
jupyterlab_autoversion/storage/git/handlers.py 78.57% <0.00%> (ø)
jupyterlab_autoversion/tests/test_extension.py 100.00% <0.00%> (ø)
jupyterlab_autoversion/storage/s3/__init__.py 0.00% <0.00%> (ø)
jupyterlab_autoversion/tests/test_init.py 100.00% <0.00%> (ø)
jupyterlab_autoversion/storage/git/hook.py 21.73% <0.00%> (ø)
jupyterlab_autoversion/storage/sql/__init__.py 0.00% <0.00%> (ø)
... and 2 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 005a7e1...5bc6f07. Read the comment docs.