Skip to content

Commit bd7422b

Browse files
authored
feat: api coverage report
1 parent 7804a30 commit bd7422b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ai_pr_coverage_report.yml renamed to .github/workflows/api_pr_coverage_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Api :: Coverage Report
22

33
on:
4-
pull_request:
4+
push:
55
paths:
6-
- "modules/services/api/**"
6+
- "modules/services/api/**"
77

88
jobs:
99
test:

0 commit comments

Comments
 (0)