Skip to content

Commit

Permalink
Merge pull request #201 from jdebacker/codecov
Browse files Browse the repository at this point in the history
Update GH Action: only upload to codecov in PSLmodels repo
  • Loading branch information
jdebacker authored May 17, 2024
2 parents d1eef56 + cb9a365 commit 8b9fba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-latest' && contains(github.repository, 'PSLmodels/Tax-Brain')
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
Expand Down

0 comments on commit 8b9fba3

Please sign in to comment.