We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7021e4e commit aee45b9Copy full SHA for aee45b9
.codecov.yaml
@@ -0,0 +1,10 @@
1
+---
2
+comment: false
3
+coverage:
4
+ status:
5
+ project:
6
+ default:
7
+ informational: true
8
+ patch:
9
10
.github/workflows/CI.yml
@@ -78,10 +78,9 @@ jobs:
78
- uses: julia-actions/julia-buildpkg@v1
79
- uses: julia-actions/julia-runtest@v1
80
- uses: julia-actions/julia-processcoverage@v1
81
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
82
with:
83
files: lcov.info
84
- token: ${{ secrets.CODECOV_TOKEN }}
85
86
# https://pkgdocs.julialang.org/v1/creating-packages/#Transition-from-normal-dependency-to-extension
87
weakdeps:
0 commit comments