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
{{ message }}
This repository was archived by the owner on Feb 4, 2020. It is now read-only.
All attempts to upload code coverage information only resulted in
Error: No coverage report found
being printed. As it turns out, it appears that automatically locating
all generated report files is disabled in case AppVeyor is detected as
the CI system. However, reading the codecov source code suggests that we
can pass '-f' to explicitely select a file for uploading, so let's do
that.
0 commit comments