Skip to content

Commit

Permalink
Merge branch 'master' into constrained2
Browse files Browse the repository at this point in the history
  • Loading branch information
f0uriest authored Jun 16, 2023
2 parents b2afe9c + 6542fac commit a9dd0bb
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 303 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,14 @@ jobs:
./prof.db
- name: Upload coverage
id : codecov
uses: codecov/codecov-action@v3
uses: Wandalen/wretry.action@v1.0.36
with:
token: ${{ secrets.CODECOV_TOKEN }} # maybe needed to avoid upload failure?
name: codecov-umbrella # optional
files: ./cov.xml
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
action: codecov/codecov-action@v3
with: |
token: ${{ secrets.CODECOV_TOKEN }}
name: codecov-umbrella
files: ./cov.xml
fail_ci_if_error: true
verbose: true
attempt_limit: 10
attempt_delay: 60000 # ms, 1 min
16 changes: 10 additions & 6 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,14 @@ jobs:
./prof.db
- name: Upload coverage
id : codecov
uses: codecov/codecov-action@v3
uses: Wandalen/wretry.action@v1.0.36
with:
token: ${{ secrets.CODECOV_TOKEN }} # maybe needed to avoid upload failure?
name: codecov-umbrella # optional
files: ./cov.xml
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
action: codecov/codecov-action@v3
with: |
token: ${{ secrets.CODECOV_TOKEN }}
name: codecov-umbrella
files: ./cov.xml
fail_ci_if_error: true
verbose: true
attempt_limit: 10
attempt_delay: 60000 # ms, 1 min
Loading

0 comments on commit a9dd0bb

Please sign in to comment.