Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.1.1 is not usable because of scoverage error #12

Closed
akudiyar opened this issue Nov 13, 2021 · 0 comments · Fixed by #13
Closed

Release 0.1.1 is not usable because of scoverage error #12

akudiyar opened this issue Nov 13, 2021 · 0 comments · Fixed by #13
Labels
bug Something isn't working v0.1.1

Comments

@akudiyar
Copy link
Collaborator

akudiyar commented Nov 13, 2021

When the cartridge-spark module is added as a dependency:

        <dependency>
            <groupId>io.tarantool</groupId>
            <artifactId>spark-tarantool-connector_2.11</artifactId>
            <version>0.1.1</version>
        </dependency>

and the application is started, the following error appears:

java.io.FileNotFoundException: \Users\a.kuzin\sources\tarantool\spark\target\scala-2.11\scoverage-data\scoverage.measurements.7002b66b-f285-4bda-9c66-8fb4a71d1d73.58 (The system cannot find the path specified)

This error is related to scoverage/sbt-scoverage#306 (sadly, still isn't fixed after 3 years).

Possible solutions: disable scoverage at all or manage to disable it before publishing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v0.1.1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant