Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERAGE_FILE_PATH: coverage/lcov/codecoverage-test-tmp.lcov
COVERAGE_FORMAT: lcov

- name: Upload coverage report
uses: actions/upload-artifact@v4
with:
name: coverage.lcov
path: coverage/lcov/codecoverage-test-tmp.lcov
retention-days: 1
include-hidden-files: true
Loading