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

fix: source coverage ci failure #5209

Merged

Conversation

brianp
Copy link
Contributor

@brianp brianp commented Feb 27, 2023

Description

Don't run cucumber during the coverage runner. It always returns a non 0 exit code when additional cucumber params aren't passed making CI think it's a failure.

Motivation and Context

After PR's get merged the coverage ci fails: https://github.com/tari-project/tari/actions/runs/4281676173/jobs/7454994490

How Has This Been Tested?

#yolo 🤞🏻

Don't run cucumber during the coverage runner. It always returns a non 0
exit code making CI think it's a failure.
@stringhandler
Copy link
Collaborator

Would be really useful to get the coverage from the cucumber as well. Is there a solution that can make this work?

@brianp
Copy link
Contributor Author

brianp commented Feb 28, 2023

I will re-investigate and check it out. We're also not passing the lib flag here, which makes me wonder if we're getting the correct coverage. I'll look at that too.

Copy link
Collaborator

@stringhandler stringhandler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Decided to merge this and make an issue

@stringhandler stringhandler merged commit 80294a1 into tari-project:development Mar 1, 2023
stringhandler pushed a commit that referenced this pull request Mar 8, 2023
### ⚠ BREAKING CHANGES

* **peer_db:** more accurate peer stats per address (5142)
* use consensus hashing API for validator node MMR (5207)
* **consensus:** add balanced binary merkle tree (5189)

### Features

* add favourite flag to contact ([5217](#5217)) ([0371b60](0371b60))
* add indexer config ([5210](#5210)) ([cf95601](cf95601))
* add merge proof for balanced binary merkle tree ([5193](#5193)) ([8962909](8962909))
* **consensus:** add balanced binary merkle tree ([5189](#5189)) ([8d34e8a](8d34e8a))
* log to base dir ([#5197](#5197)) ([5147b5c](5147b5c))
* **peer_db:** more accurate peer stats per address ([5142](#5142)) ([fdad1c6](fdad1c6))


### Bug Fixes

* add grpc commitment signature proto type ([5200](#5200)) ([d523f1e](d523f1e))
* peer seeds for esme/igor ([5202](#5202)) ([1bc226c](1bc226c))
* remove panics from merged BBMT verification ([5221](#5221)) ([a4c5fce](a4c5fce))
* source coverage ci failure ([5209](#5209)) ([80294a1](80294a1))
* use consensus hashing API for validator node MMR ([5207](#5207)) ([de28115](de28115))
* wallet reuse existing tor address ([5092](#5092)) ([576f44e](576f44e))
* **wallet:** avoids empty addresses in node identity ([5224](#5224)) ([1a66312](1a66312))
@brianp brianp deleted the fix-generate-coverage-ci branch October 2, 2023 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants