Skip to content

Commit

Permalink
issues/143: Skipped tests should contribute to code coverage reports (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fmck3516 authored Mar 24, 2024
1 parent f023989 commit 40c2181
Show file tree
Hide file tree
Showing 91 changed files with 13,615 additions and 11,313 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,8 @@ If you want to publish all jars to your local Maven repository, use `publishToMa

This repo contains the following sub-projects:

- [skippy-core](skippy-core/README.md): Common functionality for all libraries in this repo
- [skippy-gradle](skippy-gradle/README.md): Skippy's Test Impact Analysis for Gradle
- [skippy-maven](skippy-maven/README.md): Skippy's Test Impact Analysis for Maven
- [skippy-junit4](skippy-junit4/README.md): Skippy's Predictive Test Selection For JUnit 4
- [skippy-junit5](skippy-junit5/README.md): Skippy's Predictive Test Selection For JUnit 5
- [skippy-common](skippy-common/README.md): Common functionality for all libraries in this repo
- [skippy-build-common](skippy-build-common/README.md): Common functionality for `skippy-gradle` and `skippy-maven`
- [skippy-junit-common](skippy-junit-common/README.md): Common functionality for `skippy-junit4` and `skippy-junit5`
6 changes: 2 additions & 4 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
include 'skippy-build-common'
include 'skippy-common'
include 'skippy-core'
include 'skippy-gradle'
include 'skippy-maven'
include 'skippy-junit4'
include 'skippy-junit5'
include 'skippy-junit-common'
include 'skippy-maven'
3 changes: 0 additions & 3 deletions skippy-build-common/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions skippy-build-common/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 40c2181

Please sign in to comment.