Skip to content

πŸ“ Update README.md #66

πŸ“ Update README.md

πŸ“ Update README.md #66

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build -v
- name: Test & publish code coverage to Code Climate
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: swift test -v --enable-code-coverage
debug: true
coverageLocations: |
${{github.workspace}}/.build/debug/codecov/*.json:lcov-json