Merge pull request #3 from Magnus167/dev

Updating workflow
This commit is contained in:
Palash Tyagi 2025-04-19 02:21:57 +01:00 committed by GitHub
commit 58598d4601
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}
token: ${{ secrets.CODECOV_TOKEN }}