From 8f0cc96f59f11dac5c8145cb9a86a5b6f28c0edf Mon Sep 17 00:00:00 2001 From: tylerhanks Date: Thu, 20 Jul 2023 13:45:48 -0400 Subject: [PATCH] Fix doc example --- codecov.yml | 3 +++ docs/literate/literate_example.jl | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index ce86316..57c81ef 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,3 +1,6 @@ +codecov: + token: 9a6d290f-65ad-43ab-8065-30b97c381f64 + coverage: precision: 2 status: diff --git a/docs/literate/literate_example.jl b/docs/literate/literate_example.jl index c5bbfd5..941b4c6 100644 --- a/docs/literate/literate_example.jl +++ b/docs/literate/literate_example.jl @@ -10,4 +10,4 @@ using AlgebraicOptimization # # We provide the `hello(string)` method which prints "Hello, `string`!" -hello("World") +#hello("World")