Skip to content

Commit

Permalink
Update Codecov workflow to include codecov.yml in path filters
Browse files Browse the repository at this point in the history
Signed-off-by: HAHWUL <[email protected]>
  • Loading branch information
hahwul committed Dec 6, 2024
1 parent 94f646d commit ada31b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- go.mod
- dalfox.go
- Dockerfile
- codecov.yml
pull_request:
branches: [ main ]
paths:
Expand All @@ -19,6 +20,7 @@ on:
- go.mod
- dalfox.go
- Dockerfile
- codecov.yml

jobs:
build:
Expand Down

0 comments on commit ada31b3

Please sign in to comment.