feature/improve_test_automation #2
4
.github/workflows/short-tests.yml
vendored
4
.github/workflows/short-tests.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
- name: Upload coverage report
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: coverage-report
|
||||
path: ./src/cover.out
|
||||
name: coverage-report_build_${{ github.run_number }}
|
||||
path: ${{ github.workspace }}/src/cover.out
|
||||
retention-days: 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user