Skip to content

Commit

Permalink
Disable Code Coverage for Windows and Mac Platforms (#603)
Browse files Browse the repository at this point in the history
Signed-off-by: Naveen Tatikonda <navtat@amazon.com>
  • Loading branch information
naveentatikonda authored Oct 29, 2022
1 parent fddfe19 commit d3f8959
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
./gradlew build
- name: Upload Coverage Report
if: startsWith(matrix.os,'ubuntu')
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down Expand Up @@ -91,10 +92,6 @@ jobs:
- name: Run build
run: |
./gradlew.bat build
- name: Upload Coverage Report
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
# - name: Pull and Run Docker for security tests
# run: |
Expand Down

0 comments on commit d3f8959

Please sign in to comment.