We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd47c1 commit d232abeCopy full SHA for d232abe
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Cache
35
uses: julia-actions/cache@v1
36
with:
37
- cache-compiled: "true"
+ cache-compiled: "true"
38
- name: Build
39
uses: julia-actions/julia-buildpkg@v1
40
- name: Test
@@ -47,3 +47,4 @@ jobs:
47
uses: codecov/codecov-action@v4
48
49
file: lcov.info
50
+ token: ${{ secrets.CODECOV_TOKEN }}
codecov.yml
@@ -0,0 +1,4 @@
1
+codecov:
2
+ branch: main
3
+github_checks:
4
+ annotations: true
0 commit comments