Skip to content

Commit ca068b7

Browse files
committed
ci: upload codecov report
1 parent 5b13c20 commit ca068b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,8 @@ jobs:
178178
./build/pytest
179179
./build/coverage
180180
./build/robot
181+
182+
# GitHub action reference: https://github.com/codecov/codecov-action
183+
- uses: codecov/codecov-action@v3
184+
with:
185+
directory: ./build/coverage

0 commit comments

Comments
 (0)