Skip to content

Commit

Permalink
Merge branch 'main' into mad
Browse files Browse the repository at this point in the history
  • Loading branch information
Trybnetic committed Sep 17, 2024
2 parents 91f72f8 + 44d494d commit 79b555c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true # optional (default = false)
file: ./coverage.xml
flags: unittests
env_vars: OS,PYTHON
token: ${{ secrets.CODECOV_TOKEN }} # required

0 comments on commit 79b555c

Please sign in to comment.