diff options
Diffstat (limited to '.github/worflows')
| -rw-r--r-- | .github/worflows/pull_request.yaml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/.github/worflows/pull_request.yaml b/.github/worflows/pull_request.yaml deleted file mode 100644 index c643859..0000000 --- a/.github/worflows/pull_request.yaml +++ /dev/null @@ -1,27 +0,0 @@ -name: August Offensive PR - -on: - pull_request: - branches: [ "trunk", "master" ] - -jobs: - - rust: - runs-on: ubuntu-latest - - container: - image: xd009642/tarpaulin:develop-nightly - options: --security-opt seccomp=unconfined - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Generate code coverage - run: | - cargo tarpaulin --verbose --workspace --exclude-files src/schema.rs --out xml - - - name: Upload code coverage report to artifacts - uses: actions/upload-artifact@v4 - with: - path: cobertura.xml - |
