Skip to content

Conversation

@zees-dev
Copy link
Collaborator

Description

This pull request updates GitHub Actions workflows related to Rust linting and code coverage.
The changes simplify the workflows by removing unused triggers and steps, focusing on pull request events targeting the main branch.

Changes to .github/workflows/rust-clippy.yml:

  • Removed the push and schedule triggers, leaving only the pull_request trigger for the main branch.
  • Deleted the step that uploads analysis results to GitHub, streamlining the workflow.

Changes to .github/workflows/rust-grcov.yml:

  • Replaced the combined push and pull_request triggers with a specific pull_request trigger targeting the main branch.

@zees-dev zees-dev requested a review from Joinhack July 17, 2025 23:21
@coveralls
Copy link

Pull Request Test Coverage Report for Build 16358143170

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 7.78%

Totals Coverage Status
Change from base Build 16358073001: 0.0%
Covered Lines: 5715
Relevant Lines: 73459

💛 - Coveralls

@zees-dev zees-dev merged commit 54dc97d into main Jul 17, 2025
5 checks passed
@zees-dev zees-dev deleted the fix/redundant-ci-main branch July 17, 2025 23:27
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.

4 participants