Skip to content

Commit a3ca8bf

Browse files
committed
ci(codacy): force Go coverage parser for coverage.out
1 parent c5e750b commit a3ca8bf

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/codacy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Codacy CI
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: [ main ]
88
schedule:
9-
- cron: '31 8 * * 2'
9+
- cron: 31 8 * * 2
1010

1111
permissions:
1212
contents: read
@@ -64,3 +64,4 @@ jobs:
6464
with:
6565
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
6666
coverage-reports: coverage.out
67+
force-coverage-parser: go

0 commit comments

Comments
 (0)