Skip to content

Commit

Permalink
removed code coverage filter
Browse files Browse the repository at this point in the history
  • Loading branch information
lkurzyniec authored Oct 28, 2024
1 parent 524060b commit c6fabf5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
collect-unit-test-coverage:
name: Unit test code coverage
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'

steps:
- uses: actions/checkout@v4
Expand All @@ -68,7 +67,6 @@ jobs:
collect-integration-test-coverage:
name: Integration test code coverage
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c6fabf5

Please sign in to comment.