Skip to content

Commit

Permalink
gitignore: add coverage file
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sebix committed May 31, 2022
1 parent f98d0a7 commit cef39c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dist
.vagrant/
*~
.coverage
coverage.xml
.idea/
htmlcov/
*.pem
Expand Down

0 comments on commit cef39c1

Please sign in to comment.