force-h2020 / force-bdss-plugin-itwm-example

ITWM Example plugin for the BDSS
0 stars 3 forks source link

ehthought copyright headers #83

Closed sparsonslab closed 4 years ago

sparsonslab commented 4 years ago

Description

Add Enthought open source copyright header to every file.

Related Issues

https://github.com/force-h2020/force-bdss/pull/351

Notes

The headers were inserted automatically using PyCharm's Copyright Profile functionality. The only problem is that it ends up creating two blank lines at the end of blank init.py module files, which then don't pass flake8, so the extra line has to be removed manually.

Changes

Just the header on each file

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #83   +/-   ##
=======================================
  Coverage   85.71%   85.71%           
=======================================
  Files          26       26           
  Lines         497      497           
  Branches       18       18           
=======================================
  Hits          426      426           
  Misses         64       64           
  Partials        7        7           
Impacted Files Coverage Δ
...ample/arrhenius_parameters/arrhenius_parameters.py 100.00% <ø> (ø)
...rhenius_parameters/arrhenius_parameters_factory.py 100.00% <ø> (ø)
...arrhenius_parameters/arrhenius_parameters_model.py 100.00% <ø> (ø)
itwm_example/csv_writer/csv_writer.py 100.00% <ø> (ø)
...fixed_value_data_source/fixed_value_data_source.py 100.00% <ø> (ø)
...lue_data_source/fixed_value_data_source_factory.py 100.00% <ø> (ø)
...value_data_source/fixed_value_data_source_model.py 85.71% <ø> (ø)
...oncentration/impurity_concentration_data_source.py 65.62% <ø> (ø)
...tion/impurity_concentration_data_source_factory.py 100.00% <ø> (ø)
...ration/impurity_concentration_data_source_model.py 100.00% <ø> (ø)
... and 16 more

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 83355fd...3817236. Read the comment docs.