Skip to content

Commit 9e7b55a

Browse files
committed
add e2e flag to codecov report
1 parent 7927f42 commit 9e7b55a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
uses: codecov/codecov-action@v2
8989
with:
9090
file: ./e2e-table.txt
91-
flags: e2e-table,integration,${{ matrix.os }},${{ matrix.go-version }}
91+
flags: e2e-table,e2e,integration,${{ matrix.os }},${{ matrix.go-version }}
9292
name: e2e-table
9393
e2e-ratelimiter:
9494
strategy:
@@ -131,7 +131,7 @@ jobs:
131131
uses: codecov/codecov-action@v2
132132
with:
133133
file: ./e2e-ratelimiter.txt
134-
flags: e2e-ratelimiter,integration,${{ matrix.os }},${{ matrix.go-version }}
134+
flags: e2e-ratelimiter,e2e,integration,${{ matrix.os }},${{ matrix.go-version }}
135135
name: e2e-ratelimiter
136136
e2e-scripting:
137137
strategy:
@@ -174,5 +174,5 @@ jobs:
174174
uses: codecov/codecov-action@v2
175175
with:
176176
file: ./e2e-scripting.txt
177-
flags: e2e-scripting,integration,${{ matrix.os }},${{ matrix.go-version }}
177+
flags: e2e-scripting,e2e,integration,${{ matrix.os }},${{ matrix.go-version }}
178178
name: e2e-scripting

0 commit comments

Comments
 (0)