You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@yunikorn.apache.org by "Weiwei Yang (Jira)" <ji...@apache.org> on 2020/07/23 05:52:00 UTC

[jira] [Created] (YUNIKORN-311) CLONE - code coverage is not updating for the shim builds

Weiwei Yang created YUNIKORN-311:
------------------------------------

             Summary: CLONE - code coverage is not updating for the shim builds
                 Key: YUNIKORN-311
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-311
             Project: Apache YuniKorn
          Issue Type: Bug
          Components: build, shim - kubernetes
    Affects Versions: 0.9
            Reporter: Wilfred Spiegelenburg
            Assignee: Wilfred Spiegelenburg


After the PR for the e2e tests the code coverage using codecov is no longer updating the PRs  with the results. This has started happening after the changes from PR #130 from YUNIKORN-163

The change is purely this line in the make file:
* new run: {{go test ./pkg/... -cover -race …}}
* old run: {{go test ./... -race}}

when you run the old run with the ci tests included it fails with a panic.

We need to fix the coverage and or the panic



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: dev-help@yunikorn.apache.org