ASSERT-KTH / sorald

Automatic repair system for static analysis warnings from SonarQube's SonarJava, TDSC 2022 http://arxiv.org/pdf/2103.12033
MIT License
89 stars 27 forks source link

ci: use skipTests for skipping tests #1066

Closed algomaster99 closed 1 year ago

algomaster99 commented 1 year ago

We used -DskipUnitTests and -DskipIntegrationTests for ci before these changes. I am reverting it back to use -Dskip which would act on both types of test. The advantage of it is following convention.