From b1a69bae2ef94eade3cd2fb4de84593c9fe7cecb Mon Sep 17 00:00:00 2001 From: Aljoscha Poertner Date: Fri, 13 Oct 2023 11:39:22 +0200 Subject: [PATCH] temp Signed-off-by: Aljoscha Poertner --- .github/workflows/build.yml | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2cd0790..5010db7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,9 @@ name: build on: + pull_request: + branches: + - main schedule: - cron: '0 0 * * *' workflow_dispatch: @@ -27,20 +30,20 @@ jobs: with: toolchain: stable override: true - - uses: actions-rs/install@v0.1 - with: - crate: cargo-tarpaulin - version: latest - - run: cargo tarpaulin --timeout 300 -o Xml - - name: Upload to codecov.io - uses: codecov/codecov-action@v3.1.4 - with: - token: ${{secrets.CODECOV_TOKEN}} - - name: Archive code coverage results - uses: actions/upload-artifact@v3 - with: - name: code-coverage-report - path: cobertura.xml + # - uses: actions-rs/install@v0.1 + # with: + # crate: cargo-tarpaulin + # version: latest + # - run: cargo tarpaulin --timeout 300 -o Xml + # - name: Upload to codecov.io + # uses: codecov/codecov-action@v3.1.4 + # with: + # token: ${{secrets.CODECOV_TOKEN}} + # - name: Archive code coverage results + # uses: actions/upload-artifact@v3 + # with: + # name: code-coverage-report + # path: cobertura.xml build: name: Build a nightly version of runo runs-on: ubuntu-latest