Skip to content

Commit

Permalink
Merge pull request #82 from getsquared/disable-codecov-fail-ci
Browse files Browse the repository at this point in the history
Fix CodeCov Ignore
  • Loading branch information
yorklim authored Mar 19, 2024
2 parents 3f9735f + 73938f0 commit c761b44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- "main/java/seedu/address/ui"
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:
paths-ignore: "main/java/seedu/address/ui/**/*"

0 comments on commit c761b44

Please sign in to comment.