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

Runtime dependency on scoverage #14

Open
labra opened this issue Nov 22, 2019 · 5 comments
Open

Runtime dependency on scoverage #14

labra opened this issue Nov 22, 2019 · 5 comments
Labels

Comments

@labra
Copy link
Member

labra commented Nov 22, 2019

I think we are being hit by this issue: Runtime dependency on scoverage when we publish the utils package.

As an example, this build fails.

@labra
Copy link
Member Author

labra commented Nov 22, 2019

The solution is to remove the coverage from the publish phase.

@labra labra added the help wanted Extra attention is needed label Nov 22, 2019
@thewillyhuman
Copy link
Member

Won't have many time till Tuesday so if it's not fixed by then I will take a look and try to solve it.

@labra
Copy link
Member Author

labra commented Dec 9, 2019

I think the issue was repaired for this library by executing the following:

sbt clean coverageOff +publish

Which means to clean the target folder, switch on the coverage flag and publish afterwards. At this moment, shex-s, which depends on utils works.

However, it would be better if we were able to automate the publication of the artifacts from Travis.

@thewillyhuman
Copy link
Member

Perfect, just saw you opened a new issue (#21) to automate artifact publication, will try it this week.

@labra
Copy link
Member Author

labra commented Dec 9, 2019

Notice that, however, shaclex, which depends on shex-s and shacl-s doesn't work.

I think the problem was introduced in the publication of shacl-s, but I tried to publish it without scoverage and the problem remains. You can follow this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants