We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e750b commit a3ca8bfCopy full SHA for a3ca8bf
1 file changed
.github/workflows/codacy.yml
@@ -2,11 +2,11 @@ name: Codacy CI
2
3
on:
4
push:
5
- branches: [ "main" ]
+ branches: [ main ]
6
pull_request:
7
8
schedule:
9
- - cron: '31 8 * * 2'
+ - cron: 31 8 * * 2
10
11
permissions:
12
contents: read
@@ -64,3 +64,4 @@ jobs:
64
with:
65
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
66
coverage-reports: coverage.out
67
+ force-coverage-parser: go
0 commit comments