parallaxsecond / parsec

Platform AbstRaction for SECurity service
https://parsec.community/
Apache License 2.0
467 stars 67 forks source link

Fix coverage builds for different providers #694

Closed tgonzalezorlandoarm closed 1 year ago

tgonzalezorlandoarm commented 1 year ago

Currently, when iterating among the different providers, the variable UNIT_TEST_FEATURES is being appended a provider in each iteration. This makes the any iteration of the coverage build to build for not only the provider of the current iteration but also for the previous providers.