Skip to content

Commit

Permalink
Merge pull request #50 from ShipMMG/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
taiga4112 authored Apr 27, 2024
2 parents 231b038 + 0cffe65 commit 2722f44
Show file tree
Hide file tree
Showing 3 changed files with 545 additions and 450 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ jobs:
- name: Test with pytest
run: |
poetry run pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
with:
# token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true # optional (default = false)
file: ./coverage.xml
flags: unittests
env_vars: OS,PYTHON
name: codecov-shipmmg
fail_ci_if_error: true
flags: unittests # optional
name: codecov-pDESy # optional
token: ${{ secrets.CODECOV_TOKEN }} # required
verbose: true # optional (default = false)
Loading

0 comments on commit 2722f44

Please sign in to comment.