Skip to content

Commit

Permalink
chore: Coverage actions scope src/
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfun committed Jan 25, 2025
1 parent 312ade8 commit fd8467c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml → .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: ci
name: Coverage
on:
push:
branches: [main]
paths:
- 'src/**'
pull_request:
branches: [main]
paths:
- 'src/**'

jobs:
coverage:
name: Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fd8467c

Please sign in to comment.