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

MRG: fix broken crates.io badge #2556

Merged
merged 5 commits into from
Apr 17, 2023
Merged

MRG: fix broken crates.io badge #2556

merged 5 commits into from
Apr 17, 2023

Conversation

ctb
Copy link
Contributor

@ctb ctb commented Apr 8, 2023

Fixes #2529.

Thanks @atouchet!

@codecov
Copy link

codecov bot commented Apr 8, 2023

Codecov Report

Merging #2556 (daa2ef2) into latest (8cc069e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           latest    #2556   +/-   ##
=======================================
  Coverage   85.19%   85.19%           
=======================================
  Files         133      133           
  Lines       15173    15173           
  Branches     2611     2611           
=======================================
  Hits        12927    12927           
  Misses       1945     1945           
  Partials      301      301           
Flag Coverage Δ
hypothesis-py 25.82% <ø> (ø)
python 92.82% <ø> (ø)
rust 51.30% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ctb ctb enabled auto-merge (squash) April 11, 2023 14:01
@ctb
Copy link
Contributor Author

ctb commented Apr 11, 2023

bump @sourmash-bio/devs

Copy link
Contributor

@taylorreiter taylorreiter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@ctb ctb merged commit 316bba0 into latest Apr 17, 2023
@ctb ctb deleted the fix/crates_io_badge branch April 17, 2023 12:13
@ctb ctb mentioned this pull request Apr 17, 2023
12 tasks
ctb added a commit that referenced this pull request Apr 17, 2023
## release checklist

Release candidate testing:
- [ ] Command line tests pass for a release candidate
- [ ] All eight release candidate wheels are built

Releasing to PyPI:

- [ ] RC tag(s)s deleted on github
- [ ] Release tag cut
- [ ] Release notes written
- [ ] All eight release wheels built
- [ ] Release wheels uploaded to pypi
- [ ] tar.gz distribution uploaded to pypi

After release to PyPI and conda-forge/bioconda packages built:

- [ ] [PyPI page](https://pypi.org/project/sourmash/) updated
- [ ] Zenodo DOI successfully minted upon new github release - [see
search
results](https://zenodo.org/search?page=1&size=20&q=sourmash&sort=mostrecent)
- [ ] `pip install sourmash` installs the correct version
- [ ] `mamba create -n smash-release -y sourmash` installs the correct
version

## release docs

Minor new features:

* add --create-empty-results option to gather (#2557)

Bug fixes:

* fix exception error when no arguments are provided to `sig intersect`
(#2555)

Cleanup and documentation updates:

* update `sourmash sketch` docs for building merged sketches (#2563)
* fix broken crates.io badge (#2556)
* add --csv to command-line docs for `compare` (#2565)

Developer updates:

* Remove codecov from tox, use GH action instead (#2568)

Dependabot updates:

* Update pytest requirement from <7.3.0,>=6.2.4 to >=6.2.4,<7.4.0
(#2558)
* Bump tempfile from 3.4.0 to 3.5.0 (#2561)
* Bump serde from 1.0.158 to 1.0.159 (#2560)
* Bump getrandom from 0.2.8 to 0.2.9 (#2559)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken crates.io badge in Readme
2 participants