We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a4347 commit fbeecf7Copy full SHA for fbeecf7
2 files changed
.github/workflows/ci.yml
@@ -45,6 +45,8 @@ jobs:
45
run: >
46
julia --color=yes --project=monorepo -e 'using Pkg; Pkg.test("IncrementalInference")'
47
- uses: julia-actions/julia-processcoverage@v1
48
+ with:
49
+ directories: IncrementalInference/src,IncrementalInferenceTypes/src
50
- uses: codecov/codecov-action@v2
51
with:
52
files: lcov.info
IncrementalInference/Project.toml
@@ -84,6 +84,7 @@ FiniteDifferences = "0.12"
84
Flux = "0.14, 0.15, 0.16"
85
FunctionalStateMachine = "0.2.9, 0.3"
86
Gadfly = "1"
87
+IncrementalInferenceTypes = "0.1.0"
88
Interpolations = "0.15, 0.16"
89
JSON3 = "1"
90
KernelDensityEstimate = "0.5.6"
0 commit comments