Skip to content

Commit

Permalink
Make CodeCov project changes informational (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
omus authored Jan 31, 2025
1 parent 7021e4e commit aee45b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .codecov.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
comment: false
coverage:
status:
project:
default:
informational: true
patch:
default:
informational: true
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,9 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}

# https://pkgdocs.julialang.org/v1/creating-packages/#Transition-from-normal-dependency-to-extension
weakdeps:
Expand Down

0 comments on commit aee45b9

Please sign in to comment.