Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Maximum a Posteriori (MAP) #275

Merged
merged 7 commits into from
Apr 11, 2024
Merged
Prev Previous commit
Next Next commit
Update codecov options to debug upload failure
  • Loading branch information
BradyPlanden committed Apr 8, 2024
commit 9c1b714c8c97b439d98eac6034da3754b9af885b
6 changes: 4 additions & 2 deletions .github/workflows/test_on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,7 @@ jobs:

- name: Upload coverage report
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
Loading