We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68353c8 commit 783d127Copy full SHA for 783d127
.github/workflows/ci.yml
@@ -34,3 +34,4 @@ jobs:
34
- uses: codecov/codecov-action@v4
35
with:
36
file: lcov.info
37
+ token: ${{ secrets.CODECOV_TOKEN }}
Project.toml
@@ -1,7 +1,7 @@
1
name = "DSDP"
2
uuid = "2714ae6b-e930-5b4e-9c21-d0bacf577842"
3
repo = "https://github.com/jump-dev/DSDP.jl.git"
4
-version = "0.2.0"
+version = "0.2.1"
5
6
[deps]
7
DSDP_jll = "1065e140-e56c-5613-be8b-7480bf7138df"
0 commit comments