Skip to content

Commit

Permalink
Switch to using codecov bash script (more stable)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue authored Nov 24, 2020
1 parent d58a69c commit 088c77b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,5 @@ jobs:
env:
TEST_FLAGS: ${{ matrix.mvnflags }}
run: mvn install -B -V -P-assembly -Pcoverage-report $TEST_FLAGS
# https://github.com/codecov/codecov-action
- name: Upload coverage to Codecov.io
uses: codecov/codecov-action@v1
run: bash <(curl -s https://codecov.io/bash)

0 comments on commit 088c77b

Please sign in to comment.