Skip to content

Commit

Permalink
fix: add patch thresholds in codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
stagas committed Oct 3, 2024
1 parent 1e537f5 commit 49dca98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
coverage:
status:
patch:
default:
target: 10%
project:
default:
target: 10%
Expand Down
3 changes: 3 additions & 0 deletions src/test/e2e.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ describe('App', () => {
state.url = new URL('/about', location.origin)
state.url = new URL('/verify-email', location.origin)
state.url = new URL('/reset-password', location.origin)
state.url = new URL('/oauth/popup', location.origin)
state.url = new URL('/oauth/register', location.origin)
state.url = new URL('/oauth/complete', location.origin)
})

it('user', async () => {
Expand Down

0 comments on commit 49dca98

Please sign in to comment.