5monkeys / cobertura-action

GitHub Action to report cobertura coverage
MIT License
63 stars 69 forks source link

file list fix for multiple coverage files #85

Open viviantitus opened 1 year ago

viviantitus commented 1 year ago

When there are multiple coverage files inherited by the script, it cumulatively accumulates the files.

Example:

A folder a1.py

B folder a1.py b1.py

This is fixed in this pull request