RobinHankin / stokes

methods for exterior calculus
https://robinhankin.github.io/stokes/
3 stars 0 forks source link

codecov workflow #87

Closed RobinHankin closed 1 week ago

RobinHankin commented 1 month ago

fails with:

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 (8777a6078323948d[31](https://github.com/RobinHankin/stokes/actions/runs/9959058413/job/27515233614#step:6:32)cbd81b7776254d1fbfd6888c33dc899b1447b208d717f6  codecov)
==> Running version latest
==> Running version v0.7.2
==> Running git config --global --add safe.directory /home/runner/work/stokes/stokes
/usr/bin/git config --global --add safe.directory /home/runner/work/stokes/stokes
==> Running command '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov create-commit'
/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov create-commit --git-service github -Z
info - 2024-07-16 14:52:07,165 -- ci service found: github-actions
info - 2024-07-16 14:52:07,267 -- Process Commit creating complete
error - 2024-07-16 14:52:07,267 -- Commit creating failed: {"detail":"Not valid tokenless upload"}
Error: Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1

But according to the thread at https://stackoverflow.com/questions/78298827/why-is-codecov-upload-step-in-github-actions-not-finding-the-token this is quite possibly a timeout or similar configuration issue, so not one I can fix

RobinHankin commented 1 month ago

Frankly I am getting a bit confused. Site https://app.codecov.io/gh/RobinHankin/stokes?branch=master seems to be showing working code coverage. But I still get a red cross on the github webpage by commits, indicating failure of the codecov workflow. The popup by the red cross says "No configuration was found in your project. Please refer to https://circleci.com/docs/2.0/ to get started with your configuration", and indeed the same message appears on https://app.circleci.com/pipelines/github/RobinHankin/stokes just now.

RobinHankin commented 1 week ago

seems to work now [there was an issue with github secrets]