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

Travis CI, codecov, and coveralls tests #2

Merged
merged 3 commits into from Sep 4, 2018
Merged

Conversation

gaelforget
Copy link
Member

  • Project.toml: add extras and targets for Test as needed for package testing;
  • runtests.jl: setup an actual series of tests based on GCMGridOnes and demo2;
  • gcmfaces_grids.jl: replace println with return of a String (used for testing)
    in GCMGrid*; adjust indentation per JuliaLang's CONTRIBUTING.md (4 spaces).
  • src/gcmfaces_calc.jl: comment out print statement ("nbt in smooth="*"$nbt").
  • .travis.yml (new): CI tests for v0.7, v1.0, and nightly on linux and osx
  • README.md: add badges from travis, codecov, and coveralls

- Project.toml: add extras and targets for Test as needed for package testing;
- runtests.jl: setup an actual series of tests based on GCMGridOnes and demo2;
- gcmfaces_grids.jl: replace println with return of a String (used for testing)
  in GCMGrid*; adjust indentation per JuliaLang's CONTRIBUTING.md (4 spaces).
- src/gcmfaces_calc.jl: comment out print statement ("nbt in smooth="*"$nbt").
@codecov-io
Copy link

codecov-io commented Sep 4, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@f1ffc34). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #2   +/-   ##
=========================================
  Coverage          ?   73.31%           
=========================================
  Files             ?        6           
  Lines             ?      296           
  Branches          ?        0           
=========================================
  Hits              ?      217           
  Misses            ?       79           
  Partials          ?        0
Impacted Files Coverage Δ
src/gcmfaces_calc.jl 100% <ø> (ø)
src/gcmfaces_grids.jl 100% <100%> (ø)

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 f1ffc34...7887999. Read the comment docs.

@gaelforget gaelforget merged commit ff8179e into master Sep 4, 2018
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

2 participants