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

trigger the CI when file with version numbers gets updated #2330

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

adamsitnik
Copy link
Collaborator

Follow up to #2278 cc @Alirexaa

FWIW I am going to merge it as soon as the CI gets green as the change was "automated" with following app:

namespace EasyReplace
{
    internal class Program
    {
        static void Main(string[] args)
        {
            string text = @"
      - Directory.Build.props
      - Directory.Build.targets
";

            string cpm = @"
      - Directory.Build.props
      - Directory.Build.targets
      - Directory.Packages.props
";

            foreach (string filePath in Directory.EnumerateFiles(@"D:\projects\forks\healthChecks\.github\workflows\"))
            {
                File.WriteAllText(filePath, File.ReadAllText(filePath).Replace(text, cpm));
            }
        }
    }
}

@github-actions github-actions bot added the github_actions Pull requests that update Github_actions code label Dec 3, 2024
@adamsitnik adamsitnik merged commit c677fb8 into Xabaril:master Dec 3, 2024
54 checks passed
@adamsitnik adamsitnik deleted the triggerCIonCPMupdate branch December 3, 2024 17:01
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.16%. Comparing base (4a49dfa) to head (fcad22f).
Report is 40 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2330      +/-   ##
==========================================
- Coverage   64.25%   64.16%   -0.10%     
==========================================
  Files         248      247       -1     
  Lines        8399     8436      +37     
  Branches      590      599       +9     
==========================================
+ Hits         5397     5413      +16     
- Misses       2853     2868      +15     
- Partials      149      155       +6     
Flag Coverage Δ
ApplicationStatus 28.67% <ø> (ø)
ArangoDb 28.30% <ø> (ø)
Aws.S3 15.52% <ø> (ø)
Aws.SecretsManager 15.82% <ø> (ø)
Aws.Sns 15.97% <ø> (ø)
Aws.Sqs 16.66% <ø> (ø)
Aws.SystemsManager 15.82% <ø> (ø)
Azure.IoTHub 13.82% <ø> (ø)
AzureApplicationInsights 16.56% <ø> (ø)
AzureDigitalTwin 37.15% <ø> (ø)
AzureKeyVault 30.48% <ø> (ø)
AzureSearch 17.60% <ø> (ø)
AzureServiceBus 72.48% <ø> (ø)
Consul 24.32% <ø> (ø)
CosmosDb 29.45% <ø> (ø)
Dapr 14.50% <ø> (?)
DocumentDb ?
DynamoDb 13.29% <ø> (ø)
Elasticsearch 47.66% <ø> (+6.54%) ⬆️
EventStore 65.14% <ø> (ø)
EventStore.gRPC 25.51% <ø> (ø)
Gcp.CloudFirestore 13.33% <ø> (ø)
Gremlin 25.00% <ø> (ø)
Hangfire 12.10% <ø> (ø)
IbmMQ 30.76% <ø> (ø)
InfluxDB 15.54% <ø> (ø)
Kafka 23.52% <ø> (ø)
Kubernetes 41.54% <ø> (ø)
Milvus 16.78% <ø> (?)
MongoDb 32.85% <ø> (ø)
MySql 33.33% <ø> (ø)
Nats 72.77% <ø> (ø)
Npgsql 42.71% <ø> (ø)
OpenIdConnectServer ?
Oracle 63.92% <ø> (ø)
Prometheus.Metrics 29.80% <ø> (ø)
Publisher.ApplicationInsights 15.27% <ø> (ø)
Publisher.CloudWatch 20.33% <ø> (ø)
Publisher.Datadog 16.33% <ø> (ø)
Publisher.Prometheus 18.75% <ø> (ø)
Publisher.Seq 40.30% <ø> (ø)
Qdrant 18.25% <ø> (?)
RabbitMQ 50.63% <ø> (+1.07%) ⬆️
RavenDb 73.42% <ø> (ø)
Redis 68.47% <ø> (ø)
SendGrid 13.19% <ø> (ø)
SignalR 25.97% <ø> (ø)
SqlServer 30.43% <ø> (ø)
Sqlite 25.88% <ø> (-2.33%) ⬇️
System 43.58% <ø> (ø)
UI 65.68% <ø> (ø)
Uris 0.00% <ø> (ø)

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.

@adamsitnik adamsitnik added this to the 9.0 milestone Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants