• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

LearnLib / learnlib / 31519345371

11 Aug 2026 05:47PM UTC coverage: 95.501% (+0.2%) from 95.334%
31519345371

Pull #166

github

web-flow
Merge 35e16c033 into 6c9a24bf8
Pull Request #166: LearnLib CLI

685 of 703 new or added lines in 31 files covered. (97.44%)

15538 of 16270 relevant lines covered (95.5%)

1.72 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

50.0
/cli/src/main/java/de/learnlib/cli/util/VersionProvider.java
1
/* Copyright (C) 2013-2026 TU Dortmund University
2
 * This file is part of LearnLib <https://learnlib.de>.
3
 *
4
 * Licensed under the Apache License, Version 2.0 (the "License");
5
 * you may not use this file except in compliance with the License.
6
 * You may obtain a copy of the License at
7
 *
8
 *     http://www.apache.org/licenses/LICENSE-2.0
9
 *
10
 * Unless required by applicable law or agreed to in writing, software
11
 * distributed under the License is distributed on an "AS IS" BASIS,
12
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
 * See the License for the specific language governing permissions and
14
 * limitations under the License.
15
 */
16
package de.learnlib.cli.util;
17

18
import java.util.ResourceBundle;
19

20
import de.learnlib.cli.Application;
21
import picocli.CommandLine.IVersionProvider;
22

23
public class VersionProvider implements IVersionProvider {
1✔
24

25
    @Override
26
    public String[] getVersion() {
NEW
27
        return new String[] {ResourceBundle.getBundle(Application.PROPERTIES).getString("app.version")};
×
28
    }
29
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc