diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9ff7123..9b1d931 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,8 +1,8 @@ name: Python unit-tests on: - - push - - pull_request +- push +- pull_request jobs: build: @@ -29,3 +29,7 @@ jobs: coverage run -m unittest -v -f coverage report - uses: codecov/codecov-action@v3 + with: + use_oidc: true +permissions: + id-token: write