Skip to content

Commit

Permalink
ci: update codecov (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-steinfeld committed Oct 15, 2021
1 parent aa88793 commit c62e04f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ jobs:
args: jacocoTestReport

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
name: unit test reports
fail_ci_if_error: true
flags: unit

- name: Integration test
Expand All @@ -45,10 +44,9 @@ jobs:
args: jacocoIntegrationTestReport

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
name: integration test reports
fail_ci_if_error: true
flags: integration

- name: copy test reports
Expand Down

0 comments on commit c62e04f

Please sign in to comment.