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

Enable test's code coverage monitoring #36

Open
Konard opened this issue Jul 29, 2020 · 6 comments
Open

Enable test's code coverage monitoring #36

Konard opened this issue Jul 29, 2020 · 6 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed reward This issue have an reward that is paid on completion.

Comments

@Konard Konard self-assigned this Jul 29, 2020
@Konard
Copy link
Member Author

Konard commented Dec 5, 2020

We will be using OpenCover instead of dotcover, because we currently don't own the dotcover's licence.

@Krol-X
Copy link

Krol-X commented Dec 5, 2020

GitHub Actions -> OpenCover -> Codacy

TODO:

  1. Clone this repository
  2. Install OpenCover
  3. Learn how to generate OpenCover report in xml ( https://habr.com/ru/post/163895/ )
  4. Make bat-file that will generate report using OpenCover
  5. Commit xml-report to this repository
  6. Configure GitHub Actions to send code coverage reports to Codacy ( https://github.com/marketplace/actions/codacy-coverage-reporter )

@Konard Konard removed their assignment Jun 20, 2021
@Konard Konard added good first issue Good for newcomers help wanted Extra attention is needed reward This issue have an reward that is paid on completion. labels Jun 27, 2021
@Konard
Copy link
Member Author

Konard commented Aug 3, 2021

Maybe we can use coverlet.collector that is already connected to all of our repositories.

@uselessgoddess
Copy link
Member

Lol, C++ has builtin coverage tool

@Konard
Copy link
Member Author

Konard commented Aug 20, 2021

We can also try dotCover

@uselessgoddess
Copy link
Member

Lol, proprietary soft

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed reward This issue have an reward that is paid on completion.
Projects
None yet
Development

No branches or pull requests

3 participants