Skip to content

Commit aee45b9

Browse files
authored
Make CodeCov project changes informational (#484)
1 parent 7021e4e commit aee45b9

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.codecov.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
comment: false
3+
coverage:
4+
status:
5+
project:
6+
default:
7+
informational: true
8+
patch:
9+
default:
10+
informational: true

.github/workflows/CI.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,9 @@ jobs:
7878
- uses: julia-actions/julia-buildpkg@v1
7979
- uses: julia-actions/julia-runtest@v1
8080
- uses: julia-actions/julia-processcoverage@v1
81-
- uses: codecov/codecov-action@v4
81+
- uses: codecov/codecov-action@v5
8282
with:
8383
files: lcov.info
84-
token: ${{ secrets.CODECOV_TOKEN }}
8584

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

0 commit comments

Comments
 (0)