libfn / functional

Extending C++ library for functional programming
ISC License
60 stars 8 forks source link

Try different runner #96

Closed Bronek closed 1 week ago

Bronek commented 1 week ago

This is literally me trying to blindly hack my way out of error inside the coverage workflow, like this:

Run codecov/codecov-action@v4
/usr/bin/docker exec  ad19fe4791919760d2da6bb71649d5623cdbb[12](https://github.com/libfn/functional/actions/runs/11317116418/job/31470298921#step:7:13)1b5fd441fbf8e863fae253bbc sh -c "cat /etc/*release | grep ^ID"
==> linux OS detected
https://cli.codecov.io/latest/linux/codecov.SHA256SUM
Received SHA256SUM 80b6e17a24fcccb3a7c28aa34d7cf01695f262d0a22fe6238c163cca78490cc9  codecov
Received SHA256SUM signature -----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEJwNOf9uFDgu8LGL/gGuyiu[13](https://github.com/libfn/functional/actions/runs/11317116418/job/31470298921#step:7:14)mGkFAmcKtnMACgkQgGuyiu13
mGniGA/+P4wPORYL5S892A1s5j5NS+6Wx5qPQR1Pg5Fkywmx77HD3pGNFX7Wbd9s
tQL97YUmBqNyJAsSx7ToCWLghMIqA4eDMd/1s5j6bVobMRa6OGhwxAFdCwZDJb4o
ZSBYPrnYvntvC3Vs09wuRm9Vy/vGPtpWnNGNpUzgTCB8WPg1Zl0bRl0jkYY3Syrn
Ludz1Y0oAyfS5Ivs3eiOzaBFHR5iKIBqv+d+ckb9/B+pQtazBScl72V3e4Q/1Lus
0/8o3/qvHFDPSyosICU3+hl10dJmZzFikDhS7srZ+Q[15](https://github.com/libfn/functional/actions/runs/11317116418/job/31470298921#step:7:16)EJ6n/aGmHzFLLJPTaa2j
WtfvITj815CcdOeu1Y2a1jc9S3ee2SSID0ooEF9w0iAMgJQ4sc2Xa4KKCdIzeNZA
0/fvFt2IqTpQbxmwXp6RvwSfbVGnprQhuh7ErV7EriLhymyITLNWlyPSbCwbKNz1
x0ZRYrYpSeXHigkI2GqPoKxbQ0ru7w3KZ0tdpkiAa53AQjlYi+UVJ4Rs8RJHOvmj
gnbliDenwkILb[16](https://github.com/libfn/functional/actions/runs/11317116418/job/31470298921#step:7:17)rXG1lgeTMW39bxvC4d0/CCifnMQvDOPA0nPR4xD2wWztDSg/S
yMFu0NuHVOEchghTpBt0GxivqUGQrA1FXLNTLDUvMSESonmFYG4GpUajo0SxJ5hq
ML0HziT0qlXERMPP4/r1AqRhQs1MbvToZsANhOk+P89q37OGLls=
=aGZE
-----END PGP SIGNATURE-----

gpg: directory '/github/home/.gnupg' created
gpg: keybox '/github/home/.gnupg/pubring.kbx' created
gpg: /github/home/.gnupg/trustdb.gpg: trustdb created
gpg: key 806BB28AED779869: public key "Codecov Uploader (Codecov Uploader Verification Key) <security@codecov.io>" imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg: Signature made Sat Oct 12 [17](https://github.com/libfn/functional/actions/runs/11317116418/job/31470298921#step:7:18):48:35 2024 UTC
gpg:                using RSA key 27034E7FDB850E0BBC2C62FF806BB28AED779869
gpg: Good signature from "Codecov Uploader (Codecov Uploader Verification Key) <security@codecov.io>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 2703 4E7F DB85 0E0B BC2C  62FF 806B B28A ED77 9869
==> Uploader SHASUM verified (80b6e17a24fcccb3a7c28aa34d7cf01695f262d0a[22](https://github.com/libfn/functional/actions/runs/11317116418/job/31470298921#step:7:23)fe6238c163cca78490cc9  codecov)
==> Running version latest
==> Running version v0.7.6
==> Running git config --global --add safe.directory /__w/functional/functional
/usr/bin/git config --global --add safe.directory /__w/functional/functional
==> Running command '/__w/_actions/codecov/codecov-action/v4/dist/codecov -v create-commit'
/__w/_actions/codecov/codecov-action/v4/dist/codecov -v create-commit --git-service github -Z
/__w/_actions/codecov/codecov-action/v4/dist/codecov: 1: Syntax error: ")" unexpected
Error: Codecov: Failed to properly create commit: The process '/__w/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 2

example https://github.com/libfn/functional/actions/runs/11317116418/job/31470298921

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.0%. Comparing base (b4d2de3) to head (08aa0e7). Report is 5 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/libfn/functional/pull/96/graphs/tree.svg?width=650&height=150&src=pr&token=3RHT38SEU0&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=libfn)](https://app.codecov.io/gh/libfn/functional/pull/96?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=libfn) ```diff @@ Coverage Diff @@ ## main #96 +/- ## ======================================= Coverage 100.0% 100.0% ======================================= Files 20 20 Lines 858 858 Branches 121 121 ======================================= Hits 858 858 ``` [![Impacted file tree graph](https://app.codecov.io/gh/libfn/functional/pull/96/graphs/tree.svg?width=650&height=150&src=pr&token=3RHT38SEU0&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=libfn)](https://app.codecov.io/gh/libfn/functional/pull/96?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=libfn)