Skip to content

Commit d232abe

Browse files
authored
codecov yml (#51)
* codecov yml * token, annotations
1 parent 4dd47c1 commit d232abe

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Cache
3535
uses: julia-actions/cache@v1
3636
with:
37-
cache-compiled: "true"
37+
cache-compiled: "true"
3838
- name: Build
3939
uses: julia-actions/julia-buildpkg@v1
4040
- name: Test
@@ -47,3 +47,4 @@ jobs:
4747
uses: codecov/codecov-action@v4
4848
with:
4949
file: lcov.info
50+
token: ${{ secrets.CODECOV_TOKEN }}

codecov.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
codecov:
2+
branch: main
3+
github_checks:
4+
annotations: true

0 commit comments

Comments
 (0)