Skip to content

Commit

Permalink
Bump Codecov action to 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dsk1306 authored and freak4pc committed Sep 4, 2020
1 parent c50f9d2 commit 7f49594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: make project
- name: Run tests
run: set -o pipefail && xcodebuild -project CombineExt.xcodeproj -scheme CombineExt-Package -enableCodeCoverage YES -sdk ${{ matrix.sdk }} -destination "${{ matrix.destination }}" test | xcpretty -c -r html --output logs/${{ matrix.platform }}.html
- uses: codecov/[email protected].5
- uses: codecov/[email protected].13
with:
token: 1519d58c-6fb9-483f-af6c-7f6f0b384345
name: CombineExt
Expand All @@ -47,4 +47,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run tests
run: set -o pipefail && swift test
run: set -o pipefail && swift test

0 comments on commit 7f49594

Please sign in to comment.