Skip to content

Conversation

@wellwelwel
Copy link
Collaborator

@wellwelwel wellwelwel commented Sep 11, 2024

Closes #2996.

A visual example:

Screenshot 2024-09-11 at 01 08 07
  • The hash is the same as the short HEAD commit that triggered the deploy.

Ignored commits patterns:

 [[ "$MESSAGE" =~ build\(deps-dev\) ]] ||
 [[ "$MESSAGE" =~ build\(deps\) ]] ||
 [[ "$MESSAGE" =~ chore\(master\) ]] ||
 [[ "$MESSAGE" =~ chore\(deps\) ]] ||
 [[ "$MESSAGE" =~ chore:\ update\ dependencies ]] ||
 [[ "$MESSAGE" =~ docs: ]] ||
 [[ "$MESSAGE" =~ ci: ]] ||
 [[ "$MESSAGE" =~ cd: ]] ||
 [[ "$MESSAGE" =~ docs\(.*\): ]] ||
 [[ "$MESSAGE" =~ ci\(.*\): ]] ||
 [[ "$MESSAGE" =~ cd\(.*\): ]] ||
 [[ "$MESSAGE" =~ chore\(website\) ]]

They aren't ignored (intentionally):

  • No deps chore
  • Any refactor

@codecov
Copy link

codecov bot commented Sep 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.13%. Comparing base (66b57e9) to head (6b5931f).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3044   +/-   ##
=======================================
  Coverage   88.13%   88.13%           
=======================================
  Files          71       71           
  Lines       12890    12890           
  Branches     1355     1354    -1     
=======================================
  Hits        11361    11361           
  Misses       1529     1529           
Flag Coverage Δ
compression-0 88.13% <ø> (ø)
compression-1 88.13% <ø> (ø)
tls-0 87.55% <ø> (ø)
tls-1 87.89% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@wellwelwel wellwelwel marked this pull request as ready for review September 11, 2024 04:16
@wellwelwel wellwelwel changed the title cd: add canary depoly cd: add canary deploy Sep 11, 2024
@wellwelwel wellwelwel merged commit 7c15a44 into sidorares:master Sep 11, 2024
@wellwelwel wellwelwel deleted the canary branch September 11, 2024 04:49
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.

Canary Version

1 participant