Merge branch 'master' into 101-support-multiple-sota-in-same-input-file

pull/118/head
Jean-Marc MEESSEN 9 months ago committed by GitHub
commit bd2bc5bd33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -46,7 +46,7 @@ jobs:
make test-coverage
- name: Upload Coverage report to CodeCov
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@v4.0.1
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage.txt

Loading…
Cancel
Save