Skip to content

Commit

Permalink
ci: upload codecov report
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Sep 21, 2023
1 parent 5b13c20 commit ca068b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,8 @@ jobs:
./build/pytest
./build/coverage
./build/robot
# GitHub action reference: https://github.com/codecov/codecov-action
- uses: codecov/codecov-action@v3
with:
directory: ./build/coverage

0 comments on commit ca068b7

Please sign in to comment.