Skip to content

Commit 2d78c42

Browse files
authored
Merge branch 'main' into dates
2 parents 6899088 + 0d7c092 commit 2d78c42

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/codecov.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
codecov:
2+
token: 1034de58-4389-4c80-afdf-600d4669ad66
3+
4+
coverage:
5+
status:
6+
project:
7+
default:
8+
target: auto
9+
threshold: 1%

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
julia --color=yes coverage.jl
3939
- uses: codecov/codecov-action@v5
4040
with:
41-
token: ${{ secrets.CODECOV_TOKEN }}
4241
files: lcov.info
4342

4443
docs:

0 commit comments

Comments
 (0)