-
Notifications
You must be signed in to change notification settings - Fork 56
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
feat: Implement SourceHub ACP #2657
feat: Implement SourceHub ACP #2657
Conversation
e957409
to
4005996
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2657 +/- ##
===========================================
- Coverage 79.21% 79.13% -0.08%
===========================================
Files 321 323 +2
Lines 24281 24499 +218
===========================================
+ Hits 19233 19387 +154
- Misses 3667 3708 +41
- Partials 1381 1404 +23
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 12 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
15f6597
to
d6d6417
Compare
9463779
to
c1877ab
Compare
6b0f93c
to
fdd5a25
Compare
## Relevant issue(s) Resolves sourcenetwork#2836 ## Description Implements SourceHub ACP. Whilst the time out for a single package has been increased, the CI cost of the new jobs remains about the same as when running with `source-hub` acp, the integration test harness will skip all non-acp tests.
Relevant issue(s)
Resolves #2836
Description
Implements SourceHub ACP.
Whilst the time out for a single package has been increased, the CI cost of the new jobs remains about the same as when running with
source-hub
acp, the integration test harness will skip all non-acp tests.Warnings
This PR introduces a new dependency to be manually installed by anyone running the tests locally. It is noted in the contributors readme. It can be removed once a SourceHub test harness thing has been built allowing us to stop using the SourceHub CLI in our tests.