Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Added the NIO sufix #380

Added the NIO sufix

Added the NIO sufix #380

Workflow file for this run

name: Code Coverage
on:
push:
branches: [main]
paths:
- 'Package.swift'
- 'Sources/**'
- 'Tests/**'
pull_request:
paths:
- 'Package.swift'
- 'Sources/**'
- 'Tests/**'
- '.github/workflows/code-coverage.yml'
jobs:
code-coverage:
uses: request-dl/.github/.github/workflows/code-coverage.yml@main
with:
package-tests: request-dl-nioPackageTests
target: RequestDL
secrets: inherit