Skip to content

Commit

Permalink
Merge pull request #7 from dob9601/custom-configs
Browse files Browse the repository at this point in the history
Custom configs
  • Loading branch information
dob9601 authored Apr 3, 2022
2 parents 5b8a2ac + adeb915 commit d585834
Show file tree
Hide file tree
Showing 9 changed files with 416 additions and 169 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: coverage

on: [push]
jobs:
test:
name: coverage
runs-on: ubuntu-latest
container:
image: xd009642/tarpaulin:develop-nightly
options: --security-opt seccomp=unconfined
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Generate code coverage
run: |
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
Loading

0 comments on commit d585834

Please sign in to comment.