• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

vortex-data / vortex / 16015068566
88%

Build:
DEFAULT BRANCH: develop
Ran 02 Jul 2025 03:14AM UTC
Jobs 1
Files 574
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

02 Jul 2025 03:02AM UTC coverage: 77.952%. Remained the same
16015068566

push

github

web-flow
chore(deps): update rust crate strum to 0.27 (#3717)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [strum](https://redirect.github.com/Peternator7/strum) |
workspace.dependencies | minor | `0.25` -> `0.27` |

---

### Release Notes

<details>
<summary>Peternator7/strum (strum)</summary>

###
[`v0.27.1`](https://redirect.github.com/Peternator7/strum/blob/HEAD/CHANGELOG.md#0271)

[Compare
Source](https://redirect.github.com/Peternator7/strum/compare/v0.27.0...v0.27.1)

- [#&#8203;414](https://redirect.github.com/Peternator7/strum/pull/414):
Fix docrs build error.
- [#&#8203;417](https://redirect.github.com/Peternator7/strum/pull/417):
Mention `parse_error_ty` and `parse_error_fn` that had been
  left out of the docs accidentally.
-
[#&#8203;421](https://redirect.github.com/Peternator7/strum/pull/421)[#&#8203;331](https://redirect.github.com/Peternator7/strum/pull/331):
Implement
`#[strum(transparent)]` attribute on `IntoStaticStr`, `Display` and
`AsRefStr` that forwards the implmenentation to
the inner value. Note that for static strings, the inner value must be
convertible to an `&'static str`.

  ```rust
  #[derive(strum::Display)]
  enum SurveyResponse {
    Yes,
    No,
    #[strum(transparent)]
    Other(String)
  }

  fn main() {
    let response = SurveyResponse::Other("It was good".into());
    println!("Question: Did you have fun?");
    println!("Answer: {}", response);
    // prints: Answer: It was good
  }
  ```

###
[`v0.27.0`](https://redirect.github.com/Peternator7/strum/blob/HEAD/CHANGELOG.md#0270)

[Compare
Source](https://redirect.github.com/Peternator7/strum/compare/v0.26.3...v0.27.0)

##### Highlights

- [#&#8203;407](https://redirect.github.com/Peternator7/strum/pull/407):
`Display` is now correctly derived in `[no_std]` projects.
- [#&#8203;402](https://redirect.github.com/Peternator7/strum/pull/402):
`EnumIter` now implements `Send + Sync`
- [#&#8203;400](https://redirect.github... (continued)

42908 of 55044 relevant lines covered (77.95%)

56216.32 hits per line

Jobs
ID Job ID Ran Files Coverage
1 16015068566.1 02 Jul 2025 03:14AM UTC 574
77.95
GitHub Action Run
Source Files on build 16015068566
  • Tree
  • List 574
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #16015068566
  • 6f460ae0 on github
  • Prev Build on develop (#16015058889)
  • Next Build on develop (#16016772375)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc