Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
Signed-off-by: Aljoscha Poertner <[email protected]>
  • Loading branch information
aljoshare committed Oct 16, 2023
1 parent 89d3a74 commit ac69bbd
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: build

on:
pull_request:
branches:
- main
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
Expand All @@ -27,20 +30,20 @@ jobs:
with:
toolchain: stable
override: true
- uses: actions-rs/[email protected]
with:
crate: cargo-tarpaulin
version: latest
- run: cargo tarpaulin --timeout 300 -o Xml
- name: Upload to codecov.io
uses: codecov/[email protected]
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/[email protected]
# with:
# crate: cargo-tarpaulin
# version: latest
# - run: cargo tarpaulin --timeout 300 -o Xml
# - name: Upload to codecov.io
# uses: codecov/[email protected]
# 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
Expand Down

0 comments on commit ac69bbd

Please sign in to comment.