Skip to content

Conversation

chfw
Copy link
Member

@chfw chfw commented Nov 5, 2018

support two alternative requires syntax:

requires git repo:

    requires:
       - type: git
         url: https://github.com/your-git-url
         submodule: true
    ...

requires pypi package

    requires:
       - type: pypi
         name: pypi-mobans
    ...

@codecov-io
Copy link

codecov-io commented Nov 5, 2018

Codecov Report

Merging #115 into dev will increase coverage by 0.33%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #115      +/-   ##
==========================================
+ Coverage   98.43%   98.77%   +0.33%     
==========================================
  Files          34       34              
  Lines        1658     1709      +51     
==========================================
+ Hits         1632     1688      +56     
+ Misses         26       21       -5
Impacted Files Coverage Δ
moban/_version.py 100% <100%> (ø) ⬆️
moban/utils.py 98.54% <100%> (+2.35%) ⬆️
tests/test_utils.py 100% <100%> (ø) ⬆️
moban/mobanfile.py 100% <100%> (ø) ⬆️
tests/test_moban_file.py 100% <100%> (ø) ⬆️
moban/constants.py 100% <100%> (ø) ⬆️
moban/reporter.py 98.18% <0%> (+3.63%) ⬆️

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 46fb003...349b285. Read the comment docs.

@chfw chfw requested review from jayvdb and PrajwalM2212 November 5, 2018 21:36
@chfw chfw merged commit 6f4418d into dev Nov 5, 2018
@chfw chfw deleted the submodule branch November 5, 2018 21:37
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.

2 participants