Skip to content

Removes redundant AllTests suite.#501

Merged
tgregg merged 1 commit intomasterfrom
remove-alltests
Jun 28, 2023
Merged

Removes redundant AllTests suite.#501
tgregg merged 1 commit intomasterfrom
remove-alltests

Conversation

@tgregg
Copy link
Copy Markdown
Contributor

@tgregg tgregg commented Jun 28, 2023

Description of changes:

After moving to Gradle, the 'test' target began running all tests under the 'test' directory. Previously, the Maven build had been executing AllTests, which is a suite that points to all tests. Because Gradle now runs everything, that means it runs all tests and AllTests, meaning that everything is executed twice.

Removing the AllTests suite does not result in a drop in code coverage. When executed locally on my machine, ./gradlew test completed about 1 minute faster without it. In GitHub Actions, executing the tests after this change took 4 minutes 27 seconds. The last successful execution before this PR took 9 minutes 47 seconds.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 28, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (a84b606) 66.83% compared to head (8073ce2) 66.82%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #501      +/-   ##
============================================
- Coverage     66.83%   66.82%   -0.01%     
+ Complexity     5420     5419       -1     
============================================
  Files           156      156              
  Lines         22728    22728              
  Branches       4087     4087              
============================================
- Hits          15191    15189       -2     
- Misses         6241     6242       +1     
- Partials       1296     1297       +1     

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Copy Markdown
Contributor

@zslayton zslayton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@tgregg tgregg merged commit c84cbc1 into master Jun 28, 2023
@tgregg tgregg deleted the remove-alltests branch June 28, 2023 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants