mattpolzin / swift-codecov-action

MIT License
17 stars 1 forks source link

It covers tests files in calculation. #3

Closed paritoshraval100 closed 2 years ago

paritoshraval100 commented 2 years ago

Overall Coverage: 84.21%

File Coverage


File1.swift 66.67%
File2.swift 50.00%

=-=-=-=-=-=-=-=-=

File1Tests.swift 100.00% File2Tests.swift 100.00%

mattpolzin commented 2 years ago

version 0.7.1 should take care of this.

There are now two new options for the action: INCLUDE_TESTS and INCLUDE_DEPENDENCIES. Both default to false, so if the goal is not to include dependencies or tests in coverage numbers, they can be omitted.