Skip to content
This repository was archived by the owner on May 10, 2023. It is now read-only.

Issue 34 #38

Merged
merged 21 commits into from
Sep 1, 2019
Merged

Issue 34 #38

merged 21 commits into from
Sep 1, 2019

Conversation

garciparedes
Copy link
Owner

@garciparedes garciparedes commented Aug 30, 2019

PR Details

Description

Related Issue

#34

Motivation and Context

How Has This Been Tested

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@codecov
Copy link

codecov bot commented Aug 30, 2019

Codecov Report

Merging #38 into master will increase coverage by 3.37%.
The diff coverage is 94.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   84.45%   87.82%   +3.37%     
==========================================
  Files          54       59       +5     
  Lines        1505     1667     +162     
==========================================
+ Hits         1271     1464     +193     
+ Misses        234      203      -31
Impacted Files Coverage Δ
jinete/algorithms/__init__.py 100% <ø> (ø) ⬆️
jinete/models/positions.py 91.66% <100%> (+0.49%) ⬆️
jinete/models/vehicles.py 94.33% <100%> (+8.62%) ⬆️
jinete/algorithms/metaheuristics/__init__.py 100% <100%> (ø) ⬆️
jinete/models/jobs.py 77.41% <100%> (+1.55%) ⬆️
jinete/algorithms/utils/crossers/abc.py 88.13% <100%> (+1.69%) ⬆️
jinete/algorithms/utils/breeders/flips.py 100% <100%> (ø)
jinete/algorithms/abc.py 92.3% <100%> (+4.8%) ⬆️
jinete/algorithms/heuristics/insertion.py 94.28% <100%> (+5.09%) ⬆️
jinete/models/criterions.py 83.01% <100%> (ø) ⬆️
... and 19 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 c1db994...8ed70fa. Read the comment docs.

@garciparedes garciparedes merged commit fce3cf2 into master Sep 1, 2019
@garciparedes garciparedes deleted the issue-34 branch September 1, 2019 17:32
@garciparedes garciparedes self-assigned this Sep 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant