Skip to content

Commit

Permalink
Merge pull request #84 from solomonng2001/codecov-ignore-ui
Browse files Browse the repository at this point in the history
Revert back to original
  • Loading branch information
ReganChoy authored Mar 20, 2024
2 parents 53bb5f3 + 569447a commit ea878c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,3 @@ jobs:
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
flags: ignore=src/main/java/seedu/address/ui/*
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ task coverage(type: JacocoReport) {
executionData.from files(jacocoTestReport.executionData)
afterEvaluate {
classDirectories.from files(classDirectories.files.collect {
fileTree(dir: it, exclude: ['**/*.jar', '**/ui/*'])
fileTree(dir: it, exclude: ['**/*.jar'])
})
}
reports {
Expand Down

0 comments on commit ea878c4

Please sign in to comment.