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

gitignore: add coverage file #2182

Merged
merged 1 commit into from
May 31, 2022

Conversation

sebix
Copy link
Member

@sebix sebix commented May 23, 2022

add the file name coverage.xml to the gitignore patterns
the file is a result of a test coverage analysis, not to be committed to
the repository

add the file name coverage.xml to the gitignore patterns
the file is a result of a test coverage analysis, not to be committed to
the repository
@sebix sebix added this to the 3.1.0 milestone May 23, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #2182 (b1ab3de) into develop (ce60fd4) will decrease coverage by 0.40%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop    #2182      +/-   ##
===========================================
- Coverage    76.34%   75.93%   -0.41%     
===========================================
  Files          441      441              
  Lines        23649    23318     -331     
  Branches      3739     3434     -305     
===========================================
- Hits         18055    17707     -348     
- Misses        4857     4872      +15     
- Partials       737      739       +2     
Impacted Files Coverage Δ
intelmq/bots/experts/mcafee/expert_mar.py 35.55% <0.00%> (-8.89%) ⬇️
intelmq/bots/experts/cymru_whois/_lib.py 17.02% <0.00%> (-5.76%) ⬇️
intelmq/bots/experts/modify/expert.py 92.00% <0.00%> (-5.34%) ⬇️
intelmq/bots/parsers/dshield/parser_domain.py 95.45% <0.00%> (-4.55%) ⬇️
intelmq/tests/lib/test_exceptions.py 95.65% <0.00%> (-4.35%) ⬇️
intelmq/bots/experts/abusix/_lib.py 36.84% <0.00%> (-3.16%) ⬇️
intelmq/tests/bots/collectors/rt/test_collector.py 69.44% <0.00%> (-3.06%) ⬇️
intelmq/bots/parsers/dshield/parser_block.py 87.50% <0.00%> (-2.50%) ⬇️
intelmq/bots/collectors/opendxl/collector.py 31.14% <0.00%> (-2.19%) ⬇️
intelmq/tests/bots/experts/wait/test_expert.py 44.00% <0.00%> (-2.16%) ⬇️
... and 259 more

Copy link
Contributor

@waldbauer-certat waldbauer-certat left a comment

Choose a reason for hiding this comment

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

LGTM

@sebix sebix merged commit cef39c1 into certtools:develop May 31, 2022
@sebix sebix deleted the gitignore-add-coveragexml branch May 31, 2022 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants