Skip to content

Commit

Permalink
fix: Path to config in check action
Browse files Browse the repository at this point in the history
  • Loading branch information
dansimau committed Dec 4, 2024
1 parent 4319b35 commit 8895a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Check coverage
uses: vladopajic/go-test-coverage@v2
with:
config: ./.testcoverage.yml
config: ./.testcoverage.yaml
git-token: ${{ github.ref_name == 'main' && secrets.GITHUB_TOKEN || '' }}
git-branch: badges

0 comments on commit 8895a99

Please sign in to comment.