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

Add Github Action for backend test coverage #6

Closed
Stef-Gijsberts opened this issue Aug 15, 2022 · 1 comment · Fixed by #20
Closed

Add Github Action for backend test coverage #6

Stef-Gijsberts opened this issue Aug 15, 2022 · 1 comment · Fixed by #20

Comments

@Stef-Gijsberts
Copy link
Contributor

Depends on #5.

We will need a program to check the coverage.

Options:

  • grcov (by Mozilla, kinda big, is not only for Rust, crossplatform)
  • tarpaulin (looks like it's easy to use, only linux)
  • cargo-llvm-cov (simple installation, simple usage (just run cargo llvm-cov), only line coverage, crossplatform)
@Stef-Gijsberts Stef-Gijsberts changed the title Add Github Action for test coverage Add Github Action for backend test coverage Aug 15, 2022
@Stef-Gijsberts
Copy link
Contributor Author

Stef-Gijsberts commented Aug 16, 2022

Done in #20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant