You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This used to work on Travis, but now that the free trial has been exhausted and the CI has mostly been migrated to GitHub Actions, the coverage flags make the tests extremely slow. If this can somehow be fixed, it may be reimplemented by the two environment variables COV=gcov and FT_COVERAGE=1, and post-success make coverage && bash <(curl -s https://codecov.io/bash).
The text was updated successfully, but these errors were encountered:
This used to work on Travis, but now that the free trial has been exhausted and the CI has mostly been migrated to GitHub Actions, the coverage flags make the tests extremely slow. If this can somehow be fixed, it may be reimplemented by the two environment variables
COV=gcov
andFT_COVERAGE=1
, and post-successmake coverage && bash <(curl -s https://codecov.io/bash)
.The text was updated successfully, but these errors were encountered: