Skip to content

Commit

Permalink
Codecov: ignore alembic (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
evroon committed May 4, 2024
1 parent 2a84d0b commit 949c04b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- 'backend/**'
- 'codecov.yml'
push:
branches:
- 'master'
Expand Down
3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ coverage:
patch:
default:
informational: true

ignore:
- "backend/alembic"

0 comments on commit 949c04b

Please sign in to comment.