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

Replace Setfield.jl by Accessors.jl #41

Merged
merged 5 commits into from
Nov 25, 2020
Merged

Conversation

jw3126
Copy link
Contributor

@jw3126 jw3126 commented Nov 25, 2020

No description provided.

@@ -24,11 +24,11 @@ julia> map(modifying(a = string), data)
julia> reduce(modifying(a = +), data)
(a = 6, b = 7)

julia> using Setfield: @lens
julia> using Accessors: @optic
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is confusing. It seems that somehow CI is using the old README.md.

Copy link
Member

Choose a reason for hiding this comment

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

I think there was a problem in updating the Manifest.toml files. I guess my setup is a bit tricky because I have Manifest.tomls checked in.

@codecov
Copy link

codecov bot commented Nov 25, 2020

Codecov Report

Merging #41 (e49d7f7) into master (4901d7d) will not change coverage.
The diff coverage is 66.66%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #41   +/-   ##
=======================================
  Coverage   87.01%   87.01%           
=======================================
  Files           5        5           
  Lines         154      154           
=======================================
  Hits          134      134           
  Misses         20       20           
Flag Coverage Δ
unittests 87.01% <66.66%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/oncol.jl 78.04% <ø> (ø)
src/modifying.jl 90.00% <66.66%> (ø)

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 4901d7d...9b44ae2. Read the comment docs.

@mergify mergify bot merged commit bf22ea5 into JuliaFolds:master Nov 25, 2020
@tkf
Copy link
Member

tkf commented Nov 25, 2020

Thanks a lot for having a go at it!

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