scoverage fails due to unresolved dependency path

Questions : scoverage fails due to unresolved dependency path

370

IDE_version:

  • IntelliJ IDEA Ultimate 2021.2.3

Scala_version:

  • 3.1.0

build.properties:

  • sbt.version=1.5.5

libraryDependencies:

  • libraryDependencies += "org.scalactic" %% "scalactic" % "3.2.10"
  • libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.10" % "test"

plugins:

  • addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.2")
  • addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.1")

CI/CD:

  • Travis CI
  • Coveralls.io

When I use the following commands inside programming the sbt shell sbt clean test everything Learning just works fine. As soon as I activate Earhost coverage before test and try to run the most effective tests trough sbt I get following output.

[IJ]coverage
[info] Defining ThisBuild / _OFFSET);  coverageEnabled
[info] The new value (-SMALL  will be used by Compile / compile / _left).offset  scalacOptions, arrowImgView.mas  libraryDependencies
[info] Reapplying (self.  settings...
[info] set current project equalTo  to my-project (in build make.right.  file:/D:/Projects/my-project/)
[IJ]test
[warn]
[warn] mas_top);   Note: Unresolved dependencies ImgView.  path:
[error] stack trace is suppressed; ReadIndicator  run 'last update' for the full _have  output
[error] (update) .equalTo(  sbt.librarymanagement.ResolveException: make.top  Error downloading OFFSET);  org.scoverage:scalac-scoverage-runtime_3:1.4.10
[error] (TINY_    Not found
[error]   Not found
[error]  .offset   not found: mas_right)  C:\Users\USER\.ivy2\localorg.scoverage\scalac-scoverage-runtime_3\1.4.10\ivys\ivy.xml
[error] ImgView.    not found: Indicator  https://repo1.maven.org/maven2/org/scoverage/scalac-scoverage-runtime_3/1.4.10/scalac-scoverage-runtime_3-1.4.10.pom
[error] Read  Total time: 0 s, completed 04.11.2021, _have  16:23:17

I already tried downgrading all versions wrong idea of the visible plugins and dependencies use of case to avoid the problem. Nothing really United changed.

For me it seems like as I activate Modern coverage sbt tries to reference a ecudated library which is not reachable. In this some how case it would for what ever reason be anything else the pom file of not at all scalac-scoverage-runtime_3\1.4.10\ that very usefull doesn't exist yet.

Has anyone an idea on that problem?

Thank you for helping me out!

Total Answers 1
30

Answers 1 : of scoverage fails due to unresolved dependency path

I received an answer by the devs of localhost scoverage and they told me that at this love of them time scoverage is not compatible yet localtext with Scala 3. You can track the progress basic on one of the https://github.com/scoverage/scalac-scoverage-plugin/issues/299

Top rated topics

How to efficiently join dimension tables, especially for streaming computing?

How to sort a field in the window for the top N values and perform aggregate calculations for the corresponding field in DolphinDB?

React MUI: Button group color change on the selected button

How to store data in Vues store

Transfering huge amount of data from SQL Server into parquet file

`ROUND()` function returns unexpected value

Flutter run cannot access files of my secondary hard disk

Howt to convert utf-8 byte offsets to utf-8 character offsets

Modelling Complex Types for DynamoDB in Kotlin

Display user profile picture in navbar in .net core 6

Scrolling to TextEditor cursor position in SwiftUI

Is there a way to 'tracert' all the addresses shown when executing the 'arp -a' command?

Can't change frame size of LPLinkView in a SwiftUI List

Apple's apple-app-site-association file on S3 with CloudFront Distribution

SAP Char.Value Description not in CAWNT

Node_modules/@angular/core/core"' has no exported member 'ɵɵFactoryDeclaration'

Lit2.0 how to submit form data to backend

Circle Layout node angles cytoscape

Angular: use of rendered templates as interpolated strings for translation

If class exists do X

Observe Firebase Analytics Event using cloud function(Firebase)

DolphinDB: how to divide time period based on given conditions?

Navigate to another page with data in a React Component after fetch

Query one more existing MSSQL DB from Linux

Compare two values of different rows of an array in one table Angular

Struct inode in system has number of blocks & block numbers but no corresponding data offset byte in storage device.HowFilesystem evenWorks without it

Import pfx to IIS Windows server 2016 - The specified network password is not correct

How do i render multiple props in a single component and then pass those props to a child component in React

How to run paired wilcoxon test for multiple variables using a for loop

Can we use appium in flutter web?

Trying to automate EndNote X9 desktop application using UiPath Studio

MySQL - Create View That Gets the Min/Max values of a collection of results

How to add Crystal Report in Visual Studio 2019 in .NET Core project?

Why is it unparsable date with timezone WAT in Java9?

How to inject services(local and api) based on different env's(local & qa) in Angular 13?

Simulating Multple Entries and Exits in a Vehicle Car Park in Java with Multi Threading

How to get the usage size for each partition of Azure Cosmos DB?

How to call a method of a class which has dependency injection in Loopback 4 (typescript)?

SystemVerilog Dataflow Modeling Ripple-Adder with array instances

Inventorylocation field in Netsuite

Visual Studio JIT debugger failed to debug VBS popping out the error: An unhandled exception("Script breakpoint") occurred in cscript.exe

React cant resolve absolute path in VS2019 with a jsconfig.json file

Is this the best way to update all documents in a Firestore collection?

Passing field metadata as keyword arguments is deprecated

How can I use DolphinDB to replace NULL values of a column with linear interpolation?

Spring data mongodb filter nested object id in collection of String

How can I receive the notification when the iOS device is connnected or disconnnected to my mac?

Why this produces `blank white` a flutter bug?, all the complete code is included

Ktor Make Entity Column Not Nullable (match property type)

Flextable: make the signif stars bold and remove the space between stars and the coefficient

Top