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

feat: add coveralls to ci #257

Merged
merged 15 commits into from
Sep 12, 2024
Merged

feat: add coveralls to ci #257

merged 15 commits into from
Sep 12, 2024

Conversation

EvolveArt
Copy link
Contributor

@EvolveArt EvolveArt commented Sep 11, 2024

Pull Request type

Please add the labels corresponding to the type of changes your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build-related changes
  • Documentation content changes
  • Testing
    X Other (please describe): CI

What is the current behavior?

Resolves: #NA

What is the new behavior?

  • Adds a new clippy check in CI
  • Push coverage report to coveralls
  • Spawns anvil from code in all tests, no need to spawn it on the side

Does this introduce a breaking change?

No

Other information

It was investigated to check number of unwraps but it doesn't make any sense to do in rust, it's fine to just make sure by ourselves there are no unsafe unwraps. We can always come back and add it where most unsafe ones have been removed.
As for the criterion benchmarking it should come in a separate PR as we first need to precisely know what should be benchmarked.

@EvolveArt EvolveArt changed the title Feat/better ci feat: add coveralls to ci Sep 11, 2024
Copy link

Coverage report

The coverage rate is 66.60185113167924%

100% of new lines are covered.

@antiyro
Copy link
Member

antiyro commented Sep 11, 2024

Actually I would take this PR to replace the comment from github actions with one from coveralls wdyt?

@EvolveArt
Copy link
Contributor Author

Actually I would take this PR to replace the comment from github actions with one from coveralls wdyt?

done

Copy link
Member

@antiyro antiyro left a comment

Choose a reason for hiding this comment

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

lgtm

@EvolveArt EvolveArt merged commit d45dc38 into main Sep 12, 2024
7 of 8 checks passed
@EvolveArt EvolveArt deleted the feat/better-ci branch September 12, 2024 12:56
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