Skip to content

Commit fabd1eb

Browse files
authored
Update and rename codecov.yml to coverage.yml
1 parent b471dc4 commit fabd1eb

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/codecov.yml renamed to .github/workflows/coverage.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,10 @@ jobs:
3939
run: /bin/bash mfc.sh test -a -j $(nproc)
4040

4141
- name: Upload coverage reports to Codecov
42-
uses: codecov/codecov-action@v4.6.0
42+
uses: codecov/codecov-action@v4
4343
with:
4444
fail_ci_if_error: false
45-
name: mfc-coverage
4645
verbose: true
47-
48-
coverage:
49-
status:
50-
project:
51-
default:
52-
target: 1%
53-
threshold: 1%
5446
env:
5547
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5648

0 commit comments

Comments
 (0)