From 6b6121fcdc286c05c6eb05742ece8dda3e12e8d7 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Sat, 19 Apr 2025 02:16:46 +0100 Subject: [PATCH] refactor: rename workflow and job for clarity in run_tests.yml --- .github/workflows/run_tests.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 29441c4..860f96d 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -1,4 +1,4 @@ -name: Tests and Coverage +name: run-unit-tests on: pull_request: @@ -6,7 +6,8 @@ on: - main jobs: - coverage: + run-unit-tests: + name: run-unit-tests runs-on: ubuntu-latest env: CARGO_TERM_COLOR: always @@ -29,4 +30,4 @@ jobs: if: ${{ !cancelled() }} uses: codecov/test-results-action@v1 with: - token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file + token: ${{ secrets.CODECOV_TOKEN }}