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

Add appveyor and use ci-helpers for CI environments #271

Merged
merged 14 commits into from
Apr 27, 2018

Conversation

djhoese
Copy link
Member

@djhoese djhoese commented Apr 26, 2018

Add appveyor CI configs for running Windows tests. Includes converting travis tests to use ci-helpers for easier CI environment management.

  • Tests added
  • Tests passed

@djhoese djhoese added this to the v0.9 milestone Apr 26, 2018
@djhoese djhoese self-assigned this Apr 26, 2018
@coveralls
Copy link

coveralls commented Apr 26, 2018

Coverage Status

Coverage increased (+0.05%) to 63.86% when pulling 463f541 on davidh-ssec:feature-appveyor into fe356b5 on pytroll:develop.

nc.close()
with Dataset('test.nc', 'w') as nc:
# Create dimensions
row_dim = nc.createDimension('rows', 10)
Copy link
Contributor

Choose a reason for hiding this comment

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

F841 local variable 'row_dim' is assigned to but never used

with Dataset('test.nc', 'w') as nc:
# Create dimensions
row_dim = nc.createDimension('rows', 10)
col_dim = nc.createDimension('cols', 100)
Copy link
Contributor

Choose a reason for hiding this comment

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

F841 local variable 'col_dim' is assigned to but never used

@codecov-io
Copy link

codecov-io commented Apr 26, 2018

Codecov Report

Merging #271 into develop will increase coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #271      +/-   ##
===========================================
+ Coverage     63.8%   63.85%   +0.05%     
===========================================
  Files          112      112              
  Lines        13861    13871      +10     
===========================================
+ Hits          8844     8858      +14     
+ Misses        5017     5013       -4
Impacted Files Coverage Δ
satpy/tests/test_yaml_reader.py 98.57% <100%> (+0.04%) ⬆️
satpy/readers/netcdf_utils.py 95.16% <100%> (+0.07%) ⬆️
satpy/tests/test_writers.py 97.47% <100%> (+0.08%) ⬆️
satpy/tests/reader_tests/test_netcdf_utils.py 97.1% <100%> (-0.05%) ⬇️
satpy/readers/yaml_reader.py 85.55% <100%> (ø) ⬆️
satpy/readers/__init__.py 94.53% <0%> (+1.68%) ⬆️

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 fe356b5...463f541. Read the comment docs.

@mraspaud mraspaud merged commit ae7a828 into pytroll:develop Apr 27, 2018
@djhoese djhoese deleted the feature-appveyor branch April 27, 2018 18:18
@mraspaud mraspaud added the enhancement code enhancements, features, improvements label May 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement code enhancements, features, improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants