File tree 1 file changed +0
-13
lines changed
integration-test/Analysis
1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,6 @@ import Types (DiscoveredProjectType (..), GraphBreadth (Complete))
14
14
erlangEnv :: FixtureEnvironment
15
15
erlangEnv = NixEnv [" erlang" , " rebar3" ]
16
16
17
- cowboy :: AnalysisTestFixture (Rebar3. RebarProject )
18
- cowboy =
19
- AnalysisTestFixture
20
- " cowboy"
21
- Rebar3. discover
22
- erlangEnv
23
- Nothing
24
- $ FixtureArtifact
25
- " https://github.com/ninenines/cowboy/archive/refs/tags/2.9.0.tar.gz"
26
- [reldir |erlang/cowboy/|]
27
- [reldir |cowboy-2.9.0/|]
28
-
29
17
emqx :: AnalysisTestFixture (Rebar3. RebarProject )
30
18
emqx =
31
19
AnalysisTestFixture
40
28
41
29
spec :: Spec
42
30
spec = do
43
- testSuiteDepResultSummary NonStrict cowboy Rebar3ProjectType (DependencyResultsSummary 2 2 0 1 Complete )
44
31
testSuiteDepResultSummary NonStrict emqx Rebar3ProjectType (DependencyResultsSummary 0 0 0 1 Complete )
You can’t perform that action at this time.
0 commit comments