From e48b301e0f6261a0276a5b47b68f376cad8df7fd Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 17 Apr 2024 15:05:05 -0600 Subject: rename gitea workflow --- .gitea/workflows/codecov.yaml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .gitea/workflows/codecov.yaml (limited to '.gitea/workflows/codecov.yaml') 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 -- cgit v1.2.3