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

Airframe updates #2643

Merged
merged 1 commit into from
Dec 17, 2022
Merged

Airframe updates #2643

merged 1 commit into from
Dec 17, 2022

Conversation

xerial-bot
Copy link
Collaborator

Updates:

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

Files still referring to the old version numbers

The following files still refer to the old version numbers.
You might want to review and update them manually.

docs/release-notes.md
Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "org.wvlet.airframe", artifactId = "airspec" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "@monthly" },
    dependency = { groupId = "org.wvlet.airframe", artifactId = "airspec" }
  }
]

labels: test-library-update

@codecov
Copy link

codecov bot commented Dec 17, 2022

Codecov Report

Merging #2643 (da434f2) into master (31613e5) will increase coverage by 0.01%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2643      +/-   ##
==========================================
+ Coverage   82.11%   82.12%   +0.01%     
==========================================
  Files         333      333              
  Lines       14022    14022              
  Branches     2260     2260              
==========================================
+ Hits        11514    11516       +2     
+ Misses       2508     2506       -2     
Impacted Files Coverage Δ
...rx/src/main/scala/wvlet/airframe/rx/RxRunner.scala 95.27% <0.00%> (+0.39%) ⬆️
...frame-rx/src/main/scala/wvlet/airframe/rx/Rx.scala 85.18% <0.00%> (+1.23%) ⬆️

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 110f5ab...da434f2. Read the comment docs.

@xerial xerial merged commit 0707148 into master Dec 17, 2022
@xerial xerial deleted the update/airframe branch December 17, 2022 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants