We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db95ec commit 4713586Copy full SHA for 4713586
.github/workflows/test.yaml
@@ -91,7 +91,7 @@ jobs:
91
if: >
92
matrix.operating-system == 'ubuntu-20.04' &&
93
github.event_name == 'push'
94
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v2.0.2
95
with:
96
file: ./coverage_unit.txt
97
flags: unit
@@ -100,7 +100,7 @@ jobs:
100
101
102
103
104
105
file: ./coverage_legacy.txt
106
@@ -109,7 +109,7 @@ jobs:
109
110
111
112
113
114
file: ./coverage_integ.txt
115
flags: integ
0 commit comments