感谢;不过场景是个移动 app,可以进入云游戏,云游戏也是个手游,就类似逆水寒手游一样。操作轮盘通过 aitrest 的 swipe_along 实现了,但是不知道如何同时另一手指去转动视角
期待后续的性能采集自动化联调
这个嵌入解决了,但是之后点击工程进行构建等一直报 403 请求错误,有什么好的解决方法呢?
感谢解惑,主要是公司最近来了个腾讯出来的 HRBP,要做职级划分,还要个招测开的标准(招不招不一定的),然后扔了表格过来,让我搞定,对我来说超出认知了,小公司目前就我一个测试,点点点。。。
岗位:游戏测试开发工程师
* 分析岗位需求,此岗位是做什么的
* 确定考评要素,胜任此岗位需要具备什么能力
* 确定面试题, 根据初中高完善此岗位的胜任要求
* 确认考核标准,根据面试题判断人选的能力级别
上面这些是 HR 的诉求,要求我协助他完成这些
好,壮哉我鸿蒙,壮哉我华为国产 OS!
看不起我国外手机?
我觉得大佬们可以写个文章普惠下游戏测试圈的小老弟们,这对他们会是很大的帮助,像上面几个人提到的问题就是,从搭建到实现,踩坑的点。
你们是接入 poco 还是基于图像识别,怎么解决不同机型的等待时间问题呀,感觉这个脚本是最操蛋的,如果用图像识别,得考虑识别率和不同机型加载情况,下 wait 和 sleep 也不靠谱。。还有分辨率。。
接 poco 的话还没尝试过,项目不准侵入 SDK。。。
大佬能分享下这个的实现吗? 用 airtest+perdog 跑完之后,数据采集怎么做的,还是直接在腾讯的网站去看,还是爬到本地做个 excel
您现在正在使用 BUG 报表自动生成脚本!!!
请输入日期 (参考格式:2016-08-26 11:11:11) :
没有输入日期,默认按照当前日期生成报表,当前日期为:
2020-09-02 16:34:48.697252
Traceback (most recent call last):
File "D:/SQA_BUG_Count-master/SQA/MultiWeekBugCount.py", line 343, in
dateResult = op_date.week_get(dateNow)
TypeError: week_get() missing 1 required positional argument: 'd'
进程已结束,退出代码 1
if dateValue == "":
dateNow: datetime = datetime.datetime.now()
print ("没有输入日期,默认按照当前日期生成报表,当前日期为:")
print (dateNow)
dateResult = op_date.week_get(dateNow)
def week_get(self, d: object) -> object:
if type(d).name == "str":
d = datetime.datetime.strptime(d, '%Y-%m-%d %H:%M:%S')
dayscount = datetime.timedelta(days=d.isoweekday())
dayto = d - dayscount
sixdays = datetime.timedelta(days=6)
dayfrom = dayto - sixdays
date_from = datetime.datetime(dayfrom.year, dayfrom.month, dayfrom.day, 0, 0, 0)
date_to = datetime.datetime(dayto.year, dayto.month, dayto.day, 23, 59, 59)
datelist=[[str(date_from)],[str(date_to)]]
# print '---'.join([str(date_from), str(date_to)])
return datelist
python3.8 里,为啥呢,为啥要报错呢,干啥啊
那这个公司破产了,什么样的沙雕才会出这样的需求,毫无用户体验,客户直接没了
嗯,现在鹅厂出的那个 QNET 感觉更加便捷了
你们能部署成功?
Could not find a version that satisfies the requirement django-atc-profiorage (from versions: )
No matching distribution found for django-atc-profiorage
现在 django-atc-profiorage 改名叫 django-atc-profile-storage 了,而 django-atc-profile-storage 的 This version of Django REST Framework requires Python 3.5, but you're trying
to install it on Python 2.7.
djangorestframework 又不支持 python2.7,你用 python3 装了吧,在运行 docker run -it --privileged --net=host --rm atcd/atc 的时候,dacd 这个又是 python2.7 环境,这不是扯犊子吗?
只能在 mac 平台吗,还是可以在 linux 下搭建啊
谢谢大家了,不是这些。。。 之前那个有完整的优化过的前端,但不是 tcloud 云真机。 应该是找不到了,我 docker 里搭了给 stf 先用着,感谢。。
19 年 3 月份我按照过教程完整搭建过,最近换了台服务器,找不到那个教程了。。。尴尬啊
谢谢了,不是这个,这个是 APP 的,去年好像是个完整的基于 web 云真机的。。
在 18 年末还是 19 年初跟着帖子搭建过,今年在社区找不到那个帖子了,也没有其他转录的地方,好焦灼。。。跪求转藏大神共享下。
楼主你好,我记得在 18 年还是 19 年初,你发的是可以基于 web 远程调试的,现在已经不更了吗?
小白求助,在局域网一台 linux 服务器上部署完 atxserver2 及 atxserver2-android-provider 后,必须把手机通过 USB 连接到部署了该服务 linux 服务器去吗? 我现在插到使用的 windows 机器上没用,打开 atxserver2-android-provider 的部署机器 web:3500,提示 404: Not Found
??????
没,我之前安装了 ShellCheck Analyzer 插件,卸载后就正常了
解决了,卸载了 shell 插件。。。。
大佬,我部署完 sonar 后,扫描任何项目都报这个错,求解,我派查不出来哪里 shell 重复了。
错误详情
java.lang.IllegalArgumentException: Multiple entries with same key: shell=Shell and shell=Shell
at com.google.common.collect.ImmutableMap.checkNoConflict(ImmutableMap.java:150)
at com.google.common.collect.RegularImmutableMap.checkNoConflictInBucket(RegularImmutableMap.java:104)
at com.google.common.collect.RegularImmutableMap.(RegularImmutableMap.java:70)
at com.google.common.collect.ImmutableMap$Builder.build(ImmutableMap.java:254)
at com.google.common.collect.Maps.uniqueIndex(Maps.java:1166)
at com.google.common.collect.Maps.uniqueIndex(Maps.java:1140)
这是命令行执行的详情:
D:\sonar-scanning-examples-master>sonar-scanner.bat -D"sonar.projectKey=sonar-scanning-examples-master" -D"sonar.sources=." -D"sonar.host.url=http://192.168.1.16:9000" -D"sonar.login=73175229b0a7c20b719a4770a26dca9c8c18a46d"
INFO: Scanner configuration file: D:\sonar\sonar-scanner-3.3.0.1492-windows\bin..\conf\sonar-scanner.properties
INFO: Project root configuration file: NONE
INFO: SonarQube Scanner 3.3.0.1492
INFO: Java 1.8.0_121 Oracle Corporation (64-bit)
INFO: Windows 10 10.0 amd64
INFO: User cache: C:\Users\SR.sonar\cache
INFO: SonarQube server 7.6.0
INFO: Default locale: "zh_CN", source code encoding: "GBK" (analysis is platform dependent)
INFO: Load global settings
INFO: Load global settings (done) | time=142ms
INFO: Server id: 74C93F70-AWl7VcbnNqT9Q_GAQHnb
INFO: User cache: C:\Users\SR.sonar\cache
INFO: Load/download plugins
INFO: Load plugins index
INFO: Load plugins index (done) | time=75ms
INFO: Plugin [l10nzh] defines 'l10nen' as base plugin. This metadata can be removed from manifest of l10n plugins since version 5.2.
INFO: Load/download plugins (done) | time=150ms
INFO: Process project properties
INFO: Execute project builders
INFO: Execute project builders (done) | time=11ms
WARN: Failed to set working directory hidden: D:\sonar-scanning-examples-master.scannerwork
INFO: Project key: sonar-scanning-examples-master
INFO: Base dir: D:\sonar-scanning-examples-master
INFO: Working dir: D:\sonar-scanning-examples-master.scannerwork
INFO: Load project settings
INFO: Load project settings (done) | time=52ms
INFO: Load project repositories
INFO: Load project repositories (done) | time=80ms
INFO: Load quality profiles
INFO: Load quality profiles (done) | time=66ms
INFO: Load active rules
INFO: Load active rules (done) | time=1764ms
INFO: Load metrics repository
INFO: Load metrics repository (done) | time=51ms
WARN: SCM provider autodetection failed. Please use "sonar.scm.provider" to define SCM of your project, or disable the SCM Sensor in the project settings.
INFO: Language is forced to py
INFO: Indexing files...
INFO: Project configuration:
WARN: File 'D:\sonar-scanning-examples-master.gitignore' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\LICENSE.txt' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\NOTICE.txt' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\objc-llvm-coverage\Example\Example.h' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\objc-llvm-coverage\Example\Example.m' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\objc-llvm-coverage\Example.xcodeproj\project.pbxproj' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\objc-llvm-coverage\Example.xcodeproj\project.xcworkspace\contents.xcworkspacedata' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\objc-llvm-coverage\Example.xcodeproj\xcshareddata\xcschemes\Example.xcscheme' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\objc-llvm-coverage\ExampleTests\ExampleTests.m' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\objc-llvm-coverage\ExampleTests\Info.plist' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\objc-llvm-coverage\README.md' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\objc-llvm-coverage\sonar-project.properties' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\README.md' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\copybooks\Attr.cpy' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\copybooks\Custmas.cpy' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\copybooks\Errparm.cpy' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\copybooks\MNTSET2.CPY' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\coverage-report\coverage-cobertua-flex.xml' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\sonar-project.properties' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\src\abap\ZBCMKZ17.abap' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\src\abap\ZZBGS106.abap' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\src\cobol\Custmnt2.cbl' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\src\erlang\hello.erl' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\src\flex\Circle.as' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\src\flex\UncoveredCircle.as' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\src\html\sample.xhtml' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\src\javascript\Person.js' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\src\kotlin\sample.kt' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\src\php\Math.php' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\src\pli\center.pli' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\src\pli\chess.pli' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\src\pli\maxlen.pli' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\src\pli\search.pli' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\src\rpg\MYPROGRAM.rpg' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\src\sql\ddl.sql' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\src\sql\ut_report.pkb' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\src\swift\example.swift' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\src\vb6\Info.frm' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\src\vb6\Registry.bas' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\src\vb6\Registry.cls' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner\src\xml\sonar_backup.xml' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-ant\build.xml' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-ant\README.md' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-ant\src\One.java' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-build-wrapper-linux\build.sh' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-build-wrapper-linux\README.md' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-build-wrapper-linux\sonar-project.properties' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-build-wrapper-linux\src\BiggestUnInt.cc' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-build-wrapper-linux\src\HelloWorld.cpp' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-build-wrapper-linux\src\SimpleClass.cc' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-gradle\build.gradle' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-gradle\gradle\wrapper\gradle-wrapper.jar' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-gradle\gradle\wrapper\gradle-wrapper.properties' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-gradle\gradlew' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-gradle\gradlew.bat' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-gradle\settings.gradle' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-gradle\src\main\java\App.java' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-gradle\src\test\java\AppTest.java' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-maven\app-groovy\pom.xml' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-maven\app-groovy\src\main\groovy\example\Greeting.groovy' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-maven\app-groovy\src\main\groovy\innerclass\InnerClassExample.groovy' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-maven\app-groovy\src\test\groovy\example\GreetingTest.groovy' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-maven\app-it\pom.xml' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-maven\app-it\src\main\java\example\EmptyClass.java' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-maven\app-it\src\test\java\example\HelloWorldIntegrationTest.java' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-maven\app-java\pom.xml' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-maven\app-java\src\main\java\example\HelloWorld.java' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-maven\app-java\src\test\java\example\HelloWorldUnitTest.java' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-maven\pom.xml' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-maven\README.md' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-msbuild\CSharpProject\README.md' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-msbuild\CSharpProject\SomeConsoleApplication\App.config' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-msbuild\CSharpProject\SomeConsoleApplication\Program.cs' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-msbuild\CSharpProject\SomeConsoleApplication\Properties\AssemblyInfo.cs' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-msbuild\CSharpProject\SomeConsoleApplication\SomeConsoleApplication.csproj' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-msbuild\CSharpProject\SomeConsoleApplication.sln' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-msbuild\CSharpProject\SomeConsoleApplicationTest\ProgramTests.cs' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-msbuild\CSharpProject\SomeConsoleApplicationTest\Properties\AssemblyInfo.cs' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\sonarqube-scanner-msbuild\CSharpProject\SomeConsoleApplicationTest\SomeConsoleApplicationTest.csproj' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\swift-coverage\README.md' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\swift-coverage\swift-coverage-example.gitignore' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\swift-coverage\swift-coverage-example\info.plist' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\swift-coverage\swift-coverage-example\sonar-project.properties' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\swift-coverage\swift-coverage-example\swift-coverage-example\AppDelegate.swift' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\swift-coverage\swift-coverage-example\swift-coverage-example\AppDelegate2.swift' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\swift-coverage\swift-coverage-example\swift-coverage-example\Assets.xcassets\AppIcon.appiconset\Contents.json' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\swift-coverage\swift-coverage-example\swift-coverage-example\Base.lproj\MainMenu.xib' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\swift-coverage\swift-coverage-example\swift-coverage-example\Info.plist' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\swift-coverage\swift-coverage-example\swift-coverage-example.xcodeproj\project.pbxproj' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\swift-coverage\swift-coverage-example\swift-coverage-example.xcodeproj\project.xcworkspace\contents.xcworkspacedata' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\swift-coverage\swift-coverage-example\swift-coverage-example.xcodeproj\project.xcworkspace\xcuserdata\elenavilchik.xcuserdatad\UserInterfaceState.xcuserstate' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\swift-coverage\swift-coverage-example\swift-coverage-example.xcodeproj\xcshareddata\xcschemes\swift-coverage-example.xcscheme' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\swift-coverage\swift-coverage-example\swift-coverage-exampleTests\Info.plist' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\swift-coverage\swift-coverage-example\swift-coverage-exampleTests\swift_coverage_exampleTests.swift' is ignored because it doesn't belong to the forced language 'py'
WARN: File 'D:\sonar-scanning-examples-master\swift-coverage\swift-coverage-example\xccov-to-sonarqube-generic.sh' is ignored because it doesn't belong to the forced language 'py'
INFO: 9 files indexed
INFO: Quality profile for py: Sonar way
INFO: ------------- Run sensors on module apiautocore
INFO: Sensor HTML [web]
INFO: Sensor HTML web | time=38ms
INFO: Sensor Python Squid Sensor [python]
INFO: Sensor Python Squid Sensor python | time=812ms
INFO: Sensor Cobertura Sensor for Python coverage [python]
INFO: Sensor Cobertura Sensor for Python coverage python | time=47ms
INFO: Sensor PythonXUnitSensor [python]
INFO: Sensor PythonXUnitSensor python | time=19ms
INFO: Sensor JaCoCo XML Report Importer [jacoco]
INFO: Sensor JaCoCo XML Report Importer jacoco | time=13ms
INFO: Sensor Zero Coverage Sensor
INFO: Sensor Zero Coverage Sensor (done) | time=55ms
INFO: ------------- Run sensors on project
INFO: No SCM system was detected. You can use the 'sonar.scm.provider' property to explicitly specify it.
INFO: 5 files had no CPD blocks
INFO: Calculating CPD for 4 files
INFO: CPD calculation finished
INFO: Analysis report generated in 188ms, dir size=190 KB
INFO: Analysis report compressed in 83ms, zip size=45 KB
INFO: Analysis report uploaded in 97ms
INFO: ANALYSIS SUCCESSFUL, you can browse http://192.168.1.16:9000/dashboard?id=sonar-scanning-examples-master
INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
INFO: More about the report processing at http://192.168.1.16:9000/api/ce/task?id=AWl74PgmNqT9Q_GAQNPn
INFO: Executing post-job 'Final report'
INFO: Turn debug info on to get more details (sonar-scanner -X -Dsonar.verbose=true ...).
INFO: Executing post-job 'Final report'
INFO: Turn debug info on to get more details (sonar-scanner -X -Dsonar.verbose=true ...).
INFO: Analysis total time: 9.043 s
INFO: ------------------------------------------------------------------------
INFO: EXECUTION SUCCESS
INFO: ------------------------------------------------------------------------
INFO: Total time: 12.900s
INFO: Final Memory: 18M/279M
INFO: ------------------------------------------------------------------------