Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Aug 16, 2024
1 parent 59ba412 commit 29a2865
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_tests_on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:

DevTests:
Tests:
uses: ./.github/workflows/testing.yml
secrets:
CODECOV_CREDENTIALS: ${{ secrets.CODECOV_CREDENTIALS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Run pytest with coverage and printout coverage for debugging
run: |
pytest -vv -rsx --cov=dandi_s3_log_parser --cov-report xml:./coverage.xml
pytest tests -vv -rsx --cov=dandi_s3_log_parser --cov-report xml:./coverage.xml
cat ./coverage.xml
- name: Upload coverage to Codecov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_live_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Run pytest with coverage and printout coverage for debugging
run: |
pytest testing_live_services.py -vv -rsx --cov=dandi_s3_log_parser --cov-report xml:./coverage.xml
pytest testing_live_services -vv -rsx --cov=dandi_s3_log_parser --cov-report xml:./coverage.xml
cat ./coverage.xml
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 29a2865

Please sign in to comment.