We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8283fff + b4b8b9d commit ea4e7dfCopy full SHA for ea4e7df
workflow-templates/dependabot/workflow-template-copies/.github/workflows/test-go-task.yml
@@ -68,7 +68,7 @@ jobs:
68
run: task go:test
69
70
- name: Send unit tests coverage to Codecov
71
- if: matrix.operating-system == 'ubuntu-latest'
+ if: runner.os == 'Linux'
72
uses: codecov/codecov-action@v2
73
with:
74
file: ${{ matrix.module.path }}coverage_unit.txt
workflow-templates/test-go-task.yml
0 commit comments