Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Update codecov and use token #1033

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

arbrandes
Copy link
Contributor

Update codecov to the latest version and start using the org-wide token for uploads.

See openedx/wg-frontend#179

Copy link

codecov bot commented Jun 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.78%. Comparing base (a255bbe) to head (2e9dfb9).
Report is 33 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1033   +/-   ##
=======================================
  Coverage   66.78%   66.78%           
=======================================
  Files          51       51           
  Lines         849      849           
  Branches      176      175    -1     
=======================================
  Hits          567      567           
  Misses        272      272           
  Partials       10       10           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@arbrandes arbrandes force-pushed the update-codecov branch 2 times, most recently from 9366aed to ecc6991 Compare June 14, 2024 17:53
- name: upload coverage
uses: codecov/codecov-action@v3
- name: Coverage
if: matrix.npm-test == 'test'
Copy link
Contributor

@brian-smith-tcril brian-smith-tcril Jun 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if: matrix.npm-test == 'test'
if: ${{ matrix.npm-test == 'test' }}

I think this is the syntax we need here (just going off of https://docs.github.com/en/actions/learn-github-actions/expressions)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems our wiki was wrong, then. Good catch.

Update codecov to the latest version and start using the org-wide token for uploads.

See openedx/wg-frontend#179
@justinhynes justinhynes merged commit 7682971 into openedx:master Jun 25, 2024
9 checks passed
@arbrandes arbrandes deleted the update-codecov branch June 27, 2024 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants