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

Bump julia-actions/julia-runtest from 0.1 to 1.9 #69

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 4, 2024

Bumps julia-actions/julia-runtest from 0.1 to 1.9.

Release notes

Sourced from julia-actions/julia-runtest's releases.

v1.9.0: Use eager Pkg server registry

What's Changed

Full Changelog: julia-actions/julia-runtest@v1.8...v1.9.0

v1.8.1: Support prefixes with args & debug improvements

What's Changed

New Contributors

Full Changelog: julia-actions/julia-runtest@v1.8.0...v1.8.1

v1.8.0: Add test failure annotations on v1.8+

What's Changed

New Contributors

Full Changelog: julia-actions/julia-runtest@v1.7...v1.8.0

v1.7.0: Allow control of --check-bounds command option

See #46 for details.

Thanks to @​IanButterworth and @​c42f!

v1.6.0: Add the force_latest_compatible_version input, and add the "auto-detect Dependabot/CompatHelper" functionality

See julia-actions/julia-runtest#20 and JuliaLang/Pkg.jl#2439 for context.

Thanks to @​DilumAluthge for implementing this feature :)

v1.5.1: Put the General registry clone inside a bounded retry loop (#31)

See #31.

v1.5.0: Add prefix input

Prefixing the Julia command

In some packages, you may want to prefix the julia command with another command, e.g. for running tests of certain graphical libraries with xvfb-run. In that case, you can add an input called prefix containing the command that will be inserted to your workflow:

</tr></table> 

... (truncated)

Commits
  • 79a7e10 Add missing version check to test_harness (#81)
  • 1aec431 Restrict annotation functionality to versions of Julia it works on (#79)
  • 4867b26 Add warning about annotate (#77)
  • 3378215 Export the JULIA_PKG_SERVER_REGISTRY_PREFERENCE variable for subsequent steps...
  • ba451bf Use eager registry flavor instead of git clone. (#74)
  • fa1e6fa Print executed command in debug mode (#72)
  • 8d20cd7 Support prefixes with args (#71)
  • c80d307 prevent double tests (#60)
  • 7ea3b3e Add test failure annotations on v1.8+ (#58)
  • 101f621 Fix typo (#52)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [julia-actions/julia-runtest](https://github.com/julia-actions/julia-runtest) from 0.1 to 1.9.
- [Release notes](https://github.com/julia-actions/julia-runtest/releases)
- [Commits](julia-actions/julia-runtest@v0.1...v1.9)

---
updated-dependencies:
- dependency-name: julia-actions/julia-runtest
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 4, 2024
Copy link

codecov bot commented Apr 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.95%. Comparing base (753bf8a) to head (da17137).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #69   +/-   ##
=======================================
  Coverage   94.95%   94.95%           
=======================================
  Files           4        4           
  Lines         119      119           
=======================================
  Hits          113      113           
  Misses          6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@palday palday enabled auto-merge (squash) April 4, 2024 15:12
@palday palday merged commit 1e71ce8 into main Apr 4, 2024
7 checks passed
@palday palday deleted the dependabot/github_actions/julia-actions/julia-runtest-1.9 branch April 4, 2024 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant