Skip to content

Commit

Permalink
Merge pull request #29 from jdebacker/test_test
Browse files Browse the repository at this point in the history
Codecov only on `main` branch
  • Loading branch information
jdebacker authored May 15, 2024
2 parents 76d675f + 1fbe2a9 commit 1a0a920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
run: |
pytest -m 'not full_run and not regression' --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
if: contains(github.repository, 'PSLmodels/InverseOptimalTax')
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 1a0a920

Please sign in to comment.