diff options
Diffstat (limited to '.gitea/workflows/codecov.yaml')
-rw-r--r-- | .gitea/workflows/codecov.yaml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.gitea/workflows/codecov.yaml b/.gitea/workflows/codecov.yaml deleted file mode 100644 index ed1485d..0000000 --- a/.gitea/workflows/codecov.yaml +++ /dev/null @@ -1,14 +0,0 @@ -name: Tests -run-name: Run Tests -on: [push] - -jobs: - Test-CodeCov: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - uses: swift-actions/setup-swift@v2 - with: - swift-version: "5.9" - - name: Run Tests - run: swift test --enable-code-coverage |