Skip to content

Commit

Permalink
Update advancedWorkFlow.yml
Browse files Browse the repository at this point in the history
updating Codecov
  • Loading branch information
mariagriffin authored Oct 27, 2022
1 parent 31ef36f commit a4b37d6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/advancedWorkFlow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ jobs:
run: mvn -B package --file pom.xml -Dmaven.test.skip=true
- name: generate report codecov
run: mvn cobertura:cobertura
- name: Upload coverage
if: success()
run: |
curl -s https://codecov.io/bash | bash
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
shell: bash
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3

0 comments on commit a4b37d6

Please sign in to comment.