executablebooks / sphinx-tabs

Tabbed views for Sphinx
https://sphinx-tabs.readthedocs.io
MIT License
265 stars 68 forks source link

[pre-commit.ci] pre-commit autoupdate #136

Closed pre-commit-ci[bot] closed 2 years ago

pre-commit-ci[bot] commented 3 years ago

updates:

codecov[bot] commented 3 years ago

Codecov Report

Merging #136 (563e45e) into master (e15bc85) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #136   +/-   ##
=======================================
  Coverage   92.69%   92.69%           
=======================================
  Files           2        2           
  Lines         219      219           
=======================================
  Hits          203      203           
  Misses         16       16           
Flag Coverage Δ
pytests 92.69% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out 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 e15bc85...563e45e. Read the comment docs.

eyllanesc commented 2 years ago

@foster999 If you wanted pre-commit.ci to re-execute the GA then it is not necessary to modify anything, it is enough for a user with write permissions like you to comment pre-commit.ci run. Read the docs:

re-running a pull request: you can trigger a re-run on a pull request by commenting pre-commit.ci run (must appear on a line by itself).

foster999 commented 2 years ago

Thanks @eyllanesc, I wasn't sure if it would trigger out other Actions too. Will give it a try next time