Merged peternied merged 1 commit into 2.x from backport/backport-14536-to-2.x Jun 25, 2024 Merged [Backport 2.x] Use CODECOV_TOKEN for codecov/codecov-action. #14537 peternied merged 1 commit into 2.x from backport/backport-14536-to-2.x Jun 25, 2024 Conversation...
- name: "Codecov" uses: codecov/codecov-action@v3.1.0 uses: codecov/codecov-action@v4.0.1 with: files: ./address/target/site/jacoco/jacoco.xml,./api/target/site/jacoco/jacoco.xml,./auth/target/site/jacoco/jacoco.xml,./client/target/site/jacoco/jacoco.xml,./common/target/site/jacoco/jac...
Added CODECOV_TOKEN in the repo settings. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here. dblock force-pushed the...
Core functionality of Citation.js, as well as the original plugins (CSL, BibTeX, RIS, DOI, Wikidata, and BibJSON) - chore(ci): include codecov token · citation-js/citation-js@165a236
- uses: actions/setup-python@v2 - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: set PY run: echo "PY=$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')" >> $GITHUB_ENV ...
Update codecov token in the github worksflows Verified 8856e77 bdraco added the bot:chronographer:skip label Oct 6, 2024 bdraco mentioned this pull request Oct 6, 2024 Update Codecov token in the config #15 Merged Member webknjaz commented Oct 6, 2024 Ah.. That's what I missed!
- name: Upload coverage to Codecov uses: codecov/codecov-action@v2 with: token: ${{ secrets.CODECOV_TOKEN }} flags: unittests # optional name: coverage # optional fail_ci_if_error: true # optional (default = false) 0 comments on commit fe2a361 Please sign in to comment. Footer...
- name: Upload to CodeCov uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} # not required but might help API rate limits fail_ci_if_error: true 0 comments on commit 567e5be Please sign in to comment. Footer...
Felixmil and others added 5 commits July 25, 2024 09:55 Pass CODECOV_TOKEN explicitely 6c68802 🤖 Update Core Files. 2b42bf1 only push core files on branch if not a fork 5504ad8 Merge branch 'fix-test-coverage' of https://github.com/Open-Systems-P… … 5838655 Use Open-Sy...
Description See open-telemetry/opentelemetry-js#5053 in the core repo. The same problem exists here - commits on main are not created in codecov because we're missing the token, which means that th...