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

Updates CI and updates to work with current DataFrames #7

Merged
merged 1 commit into from Sep 24, 2018

Conversation

morris25
Copy link
Member

No description provided.

@omus omus merged commit 86d7232 into master Sep 24, 2018
@omus omus deleted the sm/fix-overflow branch September 24, 2018 21:26
after_success:
- julia -e 'cd(Pkg.dir("KeyedFrames")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
- julia -e 'Pkg.add("Documenter"); cd(Pkg.dir("KeyedFrames")); include(joinpath("docs", "make.jl"))'
# push coverage results to Codecov

Choose a reason for hiding this comment

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

Simon Byrne added a nifty thing so that coverage submission can be simplified to

codecov: true

which submits coverage in a cross-version manner (as you've done manually here) after success. Something to try out the next time we update this stuff in a public package.

Copy link
Member

Choose a reason for hiding this comment

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

dang

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.

None yet

4 participants