mattermost-community/focalboard

Auto-generate Cypress code coverage report

Open

#330 opened on Apr 24, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (26,187 stars) (2,542 forks)user submission
EnhancementHacktoberfestHelp WantedUp for grabs

Description

An issue to track adding code coverage reports to the Cypress test runs. I had looked into this briefly (Cypress docs), but found that it created conflicts with the Jest code coverage. If someone would like to try setting this up, please grab this ticket. Thanks!

Ideally, we would auto-generate code coverage reports on CI runs. If that takes too long (around +10s), we can move that to a separate workflow.

Bonus points: Create a combined Jest + Cypress code coverage report.

Contributor guide