mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 09:22:41 +03:00
Merge branch 'master' of github.com:luna/basegl
Original commit: 5918903a0d
This commit is contained in:
commit
97f7b80fa7
10
gui/.github/workflows/build.yml
vendored
10
gui/.github/workflows/build.yml
vendored
@ -88,8 +88,14 @@ jobs:
|
||||
- name: Generate coverage report
|
||||
id: coverage
|
||||
uses: actions-rs/grcov@v0.1
|
||||
- name: list all /tmp files
|
||||
run: ls -la /tmp
|
||||
- name: show the coverage report
|
||||
run: cat ${{ steps.coverage.outputs.report }}
|
||||
- name: copy the file to local fs
|
||||
run: cp ${{ steps.coverage.outputs.report }} ./lcov.info
|
||||
- name: Upload coverage report
|
||||
uses: codecov/codecov-action@v1.0.2
|
||||
with:
|
||||
token: 70c0d44d-6ee2-4f23-b16b-0ed801149f8a
|
||||
file: ${{ steps.coverage.outputs.report }}
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
file: ./lcov.info
|
||||
|
Loading…
Reference in New Issue
Block a user