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

chore: update GH actions used in workflows #776

Merged
merged 1 commit into from
Mar 7, 2024
Merged

chore: update GH actions used in workflows #776

merged 1 commit into from
Mar 7, 2024

Conversation

targos
Copy link
Member

@targos targos commented Mar 6, 2024

No description provided.

Comment on lines -33 to -34
strategy:
fail-fast: false
Copy link
Member Author

Choose a reason for hiding this comment

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

This was wrong. Fail-fast is setup inside the pkgjs action and is false by default: https://github.com/pkgjs/action/blob/main/docs/USAGE.md#strategy-fail-fast

fail-fast: false
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
Copy link
Member Author

Choose a reason for hiding this comment

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

Looks like secrets are not allowed here: https://github.com/nodejs/node-core-utils/actions/runs/8170900413
I'll remove the codecov update from this PR.

Copy link

codecov bot commented Mar 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.97%. Comparing base (e40cb9d) to head (56d5186).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #776   +/-   ##
=======================================
  Coverage   82.97%   82.97%           
=======================================
  Files          37       37           
  Lines        4200     4200           
=======================================
  Hits         3485     3485           
  Misses        715      715           

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

@targos targos merged commit da8727a into main Mar 7, 2024
11 checks passed
@targos targos deleted the update-actions branch March 7, 2024 08:17
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.

2 participants