我正在尝试发送代码覆盖率报告,该报告是由Slather to Codacy使用Fastlane创建的。这是一条小路: lane :code_coverage do |options|
slather(output_directory"MyApp.xcworkspace", proj: "MyApp.xcodeproj", cobertura_xml: true, use_bundle_exec: true)
我正在尝试将Codacy与Travis CI、Spring Boot和Maven一起使用。我的.travis.yml: global:
- CODACY_PROJECT_TOKEN = Zcs....c.c.rules.ConfigurationRules:22 - Invalid configuration: Project token not provided and not available in environment variable "CODACY_PROJECT_TOKEN