Skip to content

Commit

Permalink
Fix CodeCoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo committed Dec 16, 2023
1 parent ce68637 commit 33ab5db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 32 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/Testing.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1.5.1
uses: maxim-lobanov/setup-xcode@v1.6.0
with:
xcode-version: 14.2

Expand All @@ -21,7 +21,7 @@ jobs:
bundler-cache: true

- name: Danger action
uses: MeilCli/danger-action@v5.6.12
uses: MeilCli/danger-action@v5.6.28
if: github.event_name == 'pull_request'
with:
plugins_file: 'Gemfile'
Expand All @@ -36,4 +36,8 @@ jobs:
shell: bash

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.3
uses: codecov/codecov-action@v3.1.4
with:
swift: true
swift_project: SketchKit
verbose: true
29 changes: 0 additions & 29 deletions codecov.yml

This file was deleted.

0 comments on commit 33ab5db

Please sign in to comment.