Skip to content

Commit

Permalink
feat(ci): codecov on push on master
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuddy committed Dec 18, 2024
1 parent b5384d0 commit 514d422
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [master, develop]
push:
branches: [master, develop]
branches: [master]

jobs:
test:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Code coverage
on: [pull_request]

on:
pull_request:
branches: [master, develop]
push:
branches: [master]

jobs:
run:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 514d422

Please sign in to comment.