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

Fix compiler warnings in tests #3261

Merged
merged 2 commits into from
Jan 20, 2020

Conversation

travisbrown
Copy link
Contributor

The tests have been warning on these two issues for a while. The first is because of a ScalaTest bug, but it's easy to work around. The second is a deprecation warning for some code that's no longer necessary.

@codecov-io
Copy link

codecov-io commented Jan 20, 2020

Codecov Report

Merging #3261 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3261   +/-   ##
=======================================
  Coverage   93.08%   93.08%           
=======================================
  Files         376      376           
  Lines        7428     7428           
  Branches      196      197    +1     
=======================================
  Hits         6914     6914           
  Misses        514      514
Flag Coverage Δ
#scala_version_212 93.41% <ø> (ø) ⬆️
#scala_version_213 92.85% <ø> (ø) ⬆️

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 95cb4ae...3114ee7. Read the comment docs.

@travisbrown travisbrown merged commit a4c994a into typelevel:master Jan 20, 2020
@travisbrown travisbrown added this to the 2.2.0-M1 milestone Jan 23, 2020
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.

4 participants