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

Makefile: Add missing dependency to test target #200

Merged
merged 1 commit into from
Jul 16, 2021

Conversation

flavio-fernandes
Copy link
Contributor

Fix the following issue when making test:

make test ; echo $?
...
PASS
coverage: [no statements]
ok      github.com/ovn-org/libovsdb/test/ovs    0.030s  coverage: [no statements]
make: *** [Makefile:20: test] Error 2
2

Signed-off-by: Flavio Fernandes flaviof@redhat.com

Fix the following issue when making test:

    make test ; echo $?
    ...
    PASS
    coverage: [no statements]
    ok      github.com/ovn-org/libovsdb/test/ovs    0.030s  coverage: [no statements]
    make: *** [Makefile:20: test] Error 2
    2

Signed-off-by: Flavio Fernandes <flaviof@redhat.com>
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1034978965

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 77.203%

Totals Coverage Status
Change from base Build 1033039223: 0.0%
Covered Lines: 3180
Relevant Lines: 4119

💛 - Coveralls

@flavio-fernandes
Copy link
Contributor Author

flavio-fernandes commented Jul 15, 2021

@jcaamano @dave-tucker The reason CI is happy is because prebuild is explicitly done in the workflow. So this change is just making that step part of the Makefile target. So an outstanding question is: do you think that the should modify the workflow as well?

@dave-tucker
Copy link
Collaborator

@flavio-fernandes thanks. this looks ok to me.
the Makefile needs a lot of work so I'd keep the workflow as is, until we're happy that make is ordering everything consistently

@dave-tucker dave-tucker merged commit 46ff9a8 into ovn-org:main Jul 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants