Skip to content

Commit

Permalink
Merge pull request #1 from PSLmodels/master
Browse files Browse the repository at this point in the history
Update build_and_test.yml
  • Loading branch information
martinholmer authored Apr 11, 2024
2 parents 26d545b + a9a071f commit d67bd89
Show file tree
Hide file tree
Showing 2 changed files with 301 additions and 301 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
run: |
pytest -m 'not requires_pufcsv and not pre_release and not local' --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
file: ./coverage.xml
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true
verbose: true
verbose: true
Loading

0 comments on commit d67bd89

Please sign in to comment.