Skip to content

Commit

Permalink
Merge pull request #413 from simonsobs/koopman/more-coveralls-debugging
Browse files Browse the repository at this point in the history
Additional codecov debugging
  • Loading branch information
BrianJKoopman authored Oct 21, 2024
2 parents a5be5ca + 8606760 commit b3355d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
jobs:
test:
uses: ./.github/workflows/pytest.yml
secrets: inherit

docker:
name: build and deploy docker images
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
jobs:
test:
uses: ./.github/workflows/pytest.yml
secrets: inherit

build:
name: build and deploy test images
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,3 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit b3355d7

Please sign in to comment.