Skip to content

Commit

Permalink
add codecov token, fixes projectmesa#2363 (projectmesa#2366)
Browse files Browse the repository at this point in the history
  • Loading branch information
Corvince authored Oct 15, 2024
1 parent 6a60350 commit b42e272
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
- if: matrix.os == 'ubuntu'
name: Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

examples:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ coverage:
status:
project:
default:
target: 90%
target: 80%
threshold: 1%

ignore:
Expand Down

0 comments on commit b42e272

Please sign in to comment.