Skip to content

Commit

Permalink
Update and rename codecov.yml to coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Nov 8, 2024
1 parent b471dc4 commit fabd1eb
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,10 @@ jobs:
run: /bin/bash mfc.sh test -a -j $(nproc)

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
name: mfc-coverage
verbose: true

coverage:
status:
project:
default:
target: 1%
threshold: 1%
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit fabd1eb

Please sign in to comment.