We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f61bbf + 35cd66a commit bf7335bCopy full SHA for bf7335b
.github/workflows/test-go-task.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Send unit tests coverage to Codecov
55
if: matrix.operating-system == 'ubuntu-latest'
56
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v2
57
with:
58
file: ./coverage_unit.txt
59
flags: unit
0 commit comments