Skip to content

Commit c1de408

Browse files
committed
.
1 parent 90b20a4 commit c1de408

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ runs:
5151
build/coverage-filtered.info
5252
build/coverage
5353
if-no-files-found: error
54-
retention-days: 1
54+
retention-days: 1

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- uses: actions/checkout@v4
35-
- name: Install dependencies
36-
run: |
37-
sudo apt-get -qq update
38-
sudo apt-get -qq -y install git curl lcov
3935
- name: Download cpp coverage report
4036
uses: actions/download-artifact@v4
4137
with:
@@ -44,5 +40,5 @@ jobs:
4440
uses: codecov/codecov-action@v3
4541
with:
4642
token: ${{ secrets.CODECOV_TOKEN }}
47-
files: build/coverage-filtered.info
43+
files: coverage-filtered.info
4844
verbose: true

0 commit comments

Comments
 (0)