edaa-org / pyEDAA.ProjectModel

An abstract model of EDA tool projects.
https://edaa-org.github.io/pyEDAA.ProjectModel
Other
10 stars 1 forks source link

ci: rm .gitignore from htmlcov #23

Closed umarcor closed 2 years ago

umarcor commented 2 years ago

Coverage started afding a gitignore file to the html output. See https://coverage.readthedocs.io/en/6.1.1/changes.html?highlight=gitignore#version-6-1-2021-10-30

Feature: The html command writes a .gitignore file into the HTML output directory, to prevent the report from being committed to git. If you want to commit it, you will need to delete that file. Closes issue 1244.

This PR removes that .gitginore file, so that the content is properly pushed to gh-pages.