Skip to content

Migrate airframe to airspec #600

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

Merged
merged 3 commits into from
Aug 14, 2019
Merged

Conversation

xerial
Copy link
Member

@xerial xerial commented Aug 14, 2019

No description provided.

@@ -52,8 +52,7 @@ matrix:
jdk: openjdk11
services: postgresql
before_script: psql -c 'create database travis_ci_test;' -U postgres
# Exclude design serialization tests due to bug https://github.com/scala/bug/issues/11192
script: ./sbt ++$SCALA_VERSION "${PROJECT}/testOnly * -- -l serde"
script: ./sbt ++$SCALA_VERSION "${PROJECT}/test"
Copy link
Member Author

Choose a reason for hiding this comment

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

sbt's layered class loader has resolved scala/bug#11192

@codecov
Copy link

codecov bot commented Aug 14, 2019

Codecov Report

Merging #600 into master will increase coverage by 82.04%.
The diff coverage is 50%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #600       +/-   ##
===========================================
+ Coverage       0%   82.04%   +82.04%     
===========================================
  Files         237      237               
  Lines        2458     8651     +6193     
  Branches      192      664      +472     
===========================================
+ Hits            0     7098     +7098     
+ Misses       2458     1553      -905
Impacted Files Coverage Δ
...in/scala/wvlet/airframe/spec/spi/RichAsserts.scala 91.35% <50%> (+91.35%) ⬆️
...irframe/src/main/scala/wvlet/airframe/LazyF0.scala 45.45% <0%> (+45.45%) ⬆️
...wvlet/airframe/surface/reflect/TypeConverter.scala 48.52% <0%> (+48.52%) ⬆️
.../src/main/scala/wvlet/log/AirframeLogManager.scala 50% <0%> (+50%) ⬆️
.../src/main/scala/wvlet/airframe/LifeCycleHook.scala 66.66% <0%> (+66.66%) ⬆️
...c/main/scala/wvlet/airframe/surface/Surfaces.scala 67.02% <0%> (+67.02%) ⬆️
...main/scala/wvlet/airframe/metrics/TimeWindow.scala 67.59% <0%> (+67.59%) ⬆️
...irframe/src/main/scala/wvlet/airframe/Binder.scala 70% <0%> (+70%) ⬆️
...wvlet/airframe/surface/reflect/ObjectBuilder.scala 76.25% <0%> (+76.25%) ⬆️
...-log/shared/src/main/scala/wvlet/log/Handler.scala 76.92% <0%> (+76.92%) ⬆️
... and 205 more

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 634750f...090ce3c. Read the comment docs.

@xerial xerial merged commit f6008d2 into wvlet:master Aug 14, 2019
@xerial xerial deleted the migrate-airframe-to-airspec branch August 14, 2019 07:39
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.

1 participant