sourmash-bio / sourmash

Quickly search, compare, and analyze genomic and metagenomic data sets.
http://sourmash.readthedocs.io/en/latest/
Other
476 stars 79 forks source link

MRG: have ruff ignore ipynb so as to avoid triggering an error during CI #3325

Closed ctb closed 2 months ago

ctb commented 2 months ago

ruff is reporting:

error: Failed to parse doc/sourmash-examples.ipynb:3:1:5: Expected an expression
157 files left unchanged

ruff.....................................................................Failed
- hook id: ruff
- exit code: 1

doc/sourmash-examples.ipynb:cell 5:1:5: SyntaxError: Expected an expression
  |
1 | ls *.sig
  |     ^
  |

and we don't really care ;)

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.51%. Comparing base (13d3859) to head (7eb6bf5). Report is 2 commits behind head on latest.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## latest #3325 +/- ## ======================================= Coverage 86.51% 86.51% ======================================= Files 137 137 Lines 16023 16023 Branches 2728 2728 ======================================= Hits 13863 13863 Misses 1851 1851 Partials 309 309 ``` | [Flag](https://app.codecov.io/gh/sourmash-bio/sourmash/pull/3325/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sourmash-bio) | Coverage Δ | | |---|---|---| | [hypothesis-py](https://app.codecov.io/gh/sourmash-bio/sourmash/pull/3325/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sourmash-bio) | `25.40% <ø> (ø)` | | | [python](https://app.codecov.io/gh/sourmash-bio/sourmash/pull/3325/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sourmash-bio) | `92.37% <ø> (ø)` | | | [rust](https://app.codecov.io/gh/sourmash-bio/sourmash/pull/3325/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sourmash-bio) | `62.23% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sourmash-bio#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.