mattpolzin / swift-codecov-action

MIT License
17 stars 1 forks source link

Support floating-point minimum code coverage inputs. #9

Closed mattpolzin closed 1 year ago

mattpolzin commented 1 year ago

Before, MINIMUM_COVERAGE: 95.3 would have failed because swift-test-codecov only supported integer values for minimum code coverages. Now, floating point values are supported.