Skip to content

Commit

Permalink
Merge branch 'berkeley-dsep-infra:main' into major-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp authored Jun 27, 2024
2 parents 27c131d + 606e2c8 commit 9623735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
command: |
source venv/bin/activate
mkdir -p test-reports/unit
py.test --cov=hubploy --junitxml=test-reports/unit/results.xml tests/
py.test --cov=hubploy --junitxml=test-reports/unit/results.xml tests/ || true
- run:
name: upload coverage info to codecov
command: |
source venv/bin/activate
codecov
codecov || true
- store_test_results:
path: test-reports
Expand Down

0 comments on commit 9623735

Please sign in to comment.