Skip to content

Merge pull request #6 from MoonAndEye/feat/upgrad_alamofire_dependence #111

Merge pull request #6 from MoonAndEye/feat/upgrad_alamofire_dependence

Merge pull request #6 from MoonAndEye/feat/upgrad_alamofire_dependence #111

Workflow file for this run

name: Swift
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
strategy:
matrix:
destination: ['iOS Simulator,name=iPhone 13,OS=16.0']
steps:
- name: Checkout
uses: actions/checkout@master
- name: Set Up & Testing
run: |
swift test --enable-code-coverage
xcrun llvm-cov export -format="lcov" .build/debug/SwiftYFinancePackageTests.xctest/Contents/MacOS/SwiftYFinancePackageTests -instr-profile .build/debug/codecov/default.profdata > info.lcov
- name: Code coverage
run: bash <(curl -s https://codecov.io/bash)