#5305 closed defect (wontfix)

codecov not working on GHA

Reported by: robe Owned by: robe
Priority: high Milestone: PostGIS 3.4.0
Component: QA/buildbots Version: master
Keywords: Cc:

Description

I didn't notice the coverage config is supposed to be testing codecov. Who would have thunk from the name.

Anyway latest,coverage is showing as passing but is failing on coverage

https://github.com/postgis/postgis/actions/runs/3735927585/jobs/6339710047

It's quite possible it has always failed since I put it in and I just never noticed.

Change History (3)

comment:1 by robe, 19 months ago

Summary: codecov not workingcodecov not working on GHA

comment:2 by robe, 19 months ago

I guess this is controlled by the .github/codecov.yml

Output looks like:

==> git version 2.30.2 found
==> curl 7.74.0 (x86_64-pc-linux-gnu) libcurl/7.74.0 OpenSSL/1.1.1n zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0 librtmp/2.3
Release-Date: 2020-12-09
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps mqtt pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 
Features: alt-svc AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets
x> No CI provider detected.
    Testing inside Docker? http://docs.codecov.io/docs/testing-with-docker
    Testing with Tox? https://docs.codecov.io/docs/python#section-testing-with-tox
    current dir:  /src/postgis
    project root: .
    Yaml found at: .github/codecov.yml
==> Running gcov in . (disable via -X gcov)
./deps/ryu/.libs/d2s.gcda:cannot open data file, assuming not executed
./extensions/address_standardizer/address_standardizer.gcda:cannot open data file, assuming not executed
./extensions/address_standardizer/lexicon.gcda:cannot open data file, assuming not executed
./extensions/address_standardizer/parseaddress-api.gcda:cannot open data file, assuming not executed
./extensions/address_standardizer/tokenize.gcda:cannot open data file, assuming not executed
./extensions/address_standardizer/standard.gcda:cannot open data file, assuming not executed

Not quite sure what is supposed to be building these files.

comment:3 by robe, 13 months ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.