Skip to content

Commit

Permalink
Merge pull request #103 from xin-huang/revision
Browse files Browse the repository at this point in the history
Update codecov
  • Loading branch information
xin-huang authored Apr 14, 2024
2 parents 810a049 + 8b77041 commit f506725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
micromamba run -n dadi-cli pytest --cov=. --cov-report term-missing -vv
micromamba run -n dadi-cli coverage xml
- name: upload coverage report to codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
name: codecov-umbrella
fail_ci_if_error: true
env_vars: OS,PYTHON
token: ${{ secrets.CODECOV_TOKEN }}
Empty file removed dadi_cli/conftest.py
Empty file.

0 comments on commit f506725

Please sign in to comment.