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

docker and remote debug #18

Merged
merged 36 commits into from
Mar 2, 2020
Merged

docker and remote debug #18

merged 36 commits into from
Mar 2, 2020

Conversation

jingwux
Copy link
Contributor

@jingwux jingwux commented Feb 28, 2020

No description provided.

@codecov-io
Copy link

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #18   +/-   ##
=========================================
  Coverage          ?   96.22%           
=========================================
  Files             ?       24           
  Lines             ?      265           
  Branches          ?        0           
=========================================
  Hits              ?      255           
  Misses            ?       10           
  Partials          ?        0
Impacted Files Coverage Δ
generators/app/handler/configurer/configurers.js 97.05% <ø> (ø)
generators/app/index.js 97.67% <100%> (ø)
...rs/app/handler/configurer/prometheus_configurer.js 25% <25%> (ø)

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 2b94672...082e565. Read the comment docs.

Comment on lines 21 to 29
<%
if ( docker !== 'Dockerfile') {
print(`
if [ ! -z $version ];then
-Ddocker.tag=$VERSION \\
fi
`)
}
%>
Copy link
Collaborator

Choose a reason for hiding this comment

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

这个打印出来变形了

@JackyHweng
Copy link

Codecov Report

Merging #18 into master will increase coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   96.13%   96.22%   +0.08%     
==========================================
  Files          24       24              
  Lines         259      265       +6     
==========================================
+ Hits          249      255       +6     
  Misses         10       10              

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 db297a5...5746e1b. Read the comment docs.

@codecov-io
Copy link

codecov-io commented Feb 28, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #18   +/-   ##
=========================================
  Coverage          ?   96.22%           
=========================================
  Files             ?       24           
  Lines             ?      265           
  Branches          ?        0           
=========================================
  Hits              ?      255           
  Misses            ?       10           
  Partials          ?        0
Impacted Files Coverage Δ
generators/app/index.js 97.67% <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 18dfdf5...5dc9fd2. Read the comment docs.

@JackyHweng
Copy link

JackyHweng commented Feb 28, 2020

Codecov Report

Merging #18 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #18   +/-   ##
=======================================
  Coverage   96.22%   96.22%           
=======================================
  Files          24       24           
  Lines         265      265           
=======================================
  Hits          255      255           
  Misses         10       10           

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

@taccisum taccisum merged commit 19c6bb8 into deepexi:master Mar 2, 2020
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

4 participants