Skip to content

Commit

Permalink
only upload code coverage from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-kaestner authored Mar 25, 2022
1 parent c0738e4 commit 8dd3866
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:

# Uncomment to upload test coverage to Codecov
# - name: Upload coverage to Codecov
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
# uses: codecov/codecov-action@v2
# with:
# token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 8dd3866

Please sign in to comment.