Skip to content

Commit fbeecf7

Browse files
authored
Set IIFTypes compat to v0.1.0 (#1886)
* Set IIFTypes compat to v0.1.0 * fix ci coverage path --------- Co-authored-by: Johannes Terblanche <Affie@users.noreply.github.com>
1 parent c4a4347 commit fbeecf7

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
run: >
4646
julia --color=yes --project=monorepo -e 'using Pkg; Pkg.test("IncrementalInference")'
4747
- uses: julia-actions/julia-processcoverage@v1
48+
with:
49+
directories: IncrementalInference/src,IncrementalInferenceTypes/src
4850
- uses: codecov/codecov-action@v2
4951
with:
5052
files: lcov.info

IncrementalInference/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ FiniteDifferences = "0.12"
8484
Flux = "0.14, 0.15, 0.16"
8585
FunctionalStateMachine = "0.2.9, 0.3"
8686
Gadfly = "1"
87+
IncrementalInferenceTypes = "0.1.0"
8788
Interpolations = "0.15, 0.16"
8889
JSON3 = "1"
8990
KernelDensityEstimate = "0.5.6"

0 commit comments

Comments
 (0)