X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=.github%2Fworkflows%2Ffunctional_test.yml;h=e197bacb6b8f2ce866b7aac0b2e86731d4eb8207;hb=refs%2Fpull%2F121%2Fhead;hp=c94851e25bdedcbf3c4c8c81f2abff0789a891ef;hpb=24d0e5c73c30fdc96faf5954a20c0d2e9d271ee3;p=kconfig-hardened-check.git diff --git a/.github/workflows/functional_test.yml b/.github/workflows/functional_test.yml index c94851e..e197bac 100644 --- a/.github/workflows/functional_test.yml +++ b/.github/workflows/functional_test.yml @@ -3,12 +3,12 @@ name: functional test on: push: branches: [ master ] - pull_request: - branches: [ master ] jobs: functional_test: + if: github.repository == 'a13xp0p0v/kernel-hardening-checker' + runs-on: ubuntu-latest strategy: @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: # Current ubuntu-latest (Ubuntu 22.04) provides the following versions of Python: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] steps: @@ -61,7 +61,9 @@ jobs: coverage xml -i -o coverage.xml - name: Handle coverage - uses: codecov/codecov-action@v3.1.5 + uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: files: ./coverage.xml flags: functional_test