Skip to content

Commit

Permalink
codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed May 25, 2021
1 parent b725081 commit bc96bf7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
directory: TestResults
fail_ci_if_error: true # optional (default = false)
fail_ci_if_error: false # optional (default = false)
verbose: true # optional (default = false)
flags: unittests
- uses: nikeee/docfx-action@v1.0.0
name: Build Documentation
with:
Expand Down
7 changes: 7 additions & 0 deletions codecov.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

coverage:
status:
project:
default:
target: auto
threshold: 5

0 comments on commit bc96bf7

Please sign in to comment.