Skip to content

Commit

Permalink
Fix codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Phoen committed Feb 19, 2023
1 parent 1cd7a2d commit b03dd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
if: ${{ matrix.go }} == '^1.20'
if: matrix.go == '1.20'
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.txt
Expand Down

0 comments on commit b03dd28

Please sign in to comment.