Git Product home page Git Product logo

Comments (5)

JohnVillalovos avatar JohnVillalovos commented on September 26, 2024

@nejch Not sure if you changed something. But I noticed recent PRs haven't been failing.

from python-gitlab.

nejch avatar nejch commented on September 26, 2024

@JohnVillalovos not yet actually, I noticed the main branch hasn't really been updating for a while on codecov. Not sure if it's a change in the CI setup or because of changes since the Sentry takeover. It's a bit annoying 😅

from python-gitlab.

JohnVillalovos avatar JohnVillalovos commented on September 26, 2024

@nejch Would this have anything to do with it?

2024-07-08T20:27:20.5770383Z Error: Codecov token not found. Please provide Codecov token with -t flag.

https://github.com/python-gitlab/python-gitlab/actions/runs/9846226338/job/27183546094

2024-07-08T20:27:18.4155077Z ##[group]Run codecov/[email protected]
2024-07-08T20:27:18.4155996Z with:
2024-07-08T20:27:18.4156502Z   files: ./coverage.xml
2024-07-08T20:27:18.4157218Z   flags: api_func_v4
2024-07-08T20:27:18.4157736Z   fail_ci_if_error: false
2024-07-08T20:27:18.4158324Z env:
2024-07-08T20:27:18.4158942Z   PY_COLORS: 1
2024-07-08T20:27:18.4159566Z   pythonLocation: /opt/hostedtoolcache/Python/3.12.4/x64
2024-07-08T20:27:18.4160669Z   PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.4/x64/lib/pkgconfig
2024-07-08T20:27:18.4161862Z   Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64
2024-07-08T20:27:18.4162417Z   Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64
2024-07-08T20:27:18.4163007Z   Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.4/x64
2024-07-08T20:27:18.4163955Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.4/x64/lib
2024-07-08T20:27:18.4164416Z ##[endgroup]
2024-07-08T20:27:18.5003043Z evenName: push
2024-07-08T20:27:18.5006879Z evenName: push
2024-07-08T20:27:18.5011450Z evenName: push
2024-07-08T20:27:18.5013703Z ==> linux OS detected
2024-07-08T20:27:19.2116090Z https://cli.codecov.io/latest/linux/codecov.SHA256SUM
2024-07-08T20:27:19.6293136Z gpg: directory '/home/runner/.gnupg' created
2024-07-08T20:27:19.6355433Z gpg: keybox '/home/runner/.gnupg/pubring.kbx' created
2024-07-08T20:27:19.6526968Z gpg: /home/runner/.gnupg/trustdb.gpg: trustdb created
2024-07-08T20:27:19.6528466Z gpg: key 806BB28AED779869: public key "Codecov Uploader (Codecov Uploader Verification Key) <[email protected]>" imported
2024-07-08T20:27:19.6961156Z gpg: Total number processed: 1
2024-07-08T20:27:19.6962014Z gpg:               imported: 1
2024-07-08T20:27:19.7022965Z gpg: Signature made Sat Jun 29 15:16:59 2024 UTC
2024-07-08T20:27:19.7023930Z gpg:                using RSA key 27034E7FDB850E0BBC2C62FF806BB28AED779869
2024-07-08T20:27:19.7027055Z gpg: Good signature from "Codecov Uploader (Codecov Uploader Verification Key) <[email protected]>" [unknown]
2024-07-08T20:27:19.7028553Z gpg: WARNING: This key is not certified with a trusted signature!
2024-07-08T20:27:19.7029229Z gpg:          There is no indication that the signature belongs to the owner.
2024-07-08T20:27:19.7030179Z Primary key fingerprint: 2703 4E7F DB85 0E0B BC2C  62FF 806B B28A ED77 9869
2024-07-08T20:27:19.7564427Z ==> Uploader SHASUM verified (8777a6078323948d31cbd81b7776254d1fbfd6888c33dc899b1447b208d717f6  codecov)
2024-07-08T20:27:19.7565667Z ==> Running version latest
2024-07-08T20:27:19.8553981Z ==> Running version v0.7.2
2024-07-08T20:27:19.8556996Z ==> Running git config --global --add safe.directory /home/runner/work/python-gitlab/python-gitlab
2024-07-08T20:27:19.8588135Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/python-gitlab/python-gitlab
2024-07-08T20:27:19.8647339Z ==> Running command '/home/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov create-commit'
2024-07-08T20:27:19.8648981Z [command]/home/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov create-commit --git-service github
2024-07-08T20:27:20.5671130Z info - 2024-07-08 20:27:20,566 -- ci service found: github-actions
2024-07-08T20:27:20.5770383Z Error: Codecov token not found. Please provide Codecov token with -t flag.
2024-07-08T20:27:20.6423879Z ##[warning]Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4.5.0/dist/codecov' failed with exit code 1

from python-gitlab.

nejch avatar nejch commented on September 26, 2024

@JohnVillalovos most likely yes, as the CODECOV_TOKEN secret is now required when available (but apparently not in forks if pushing to public projects). I'll add it in a sec.

from python-gitlab.

JohnVillalovos avatar JohnVillalovos commented on September 26, 2024

Thanks @nejch !

from python-gitlab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.