diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-04-17 15:05:05 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-04-17 15:05:05 -0600 |
commit | e48b301e0f6261a0276a5b47b68f376cad8df7fd (patch) | |
tree | a767895433afaa07c91e6430d8b1baa51b74d9ab /.gitea/workflows/codecov.yaml | |
parent | f8a407b33f6ce39780f1e17e7156ac4b5dde0a69 (diff) |
rename gitea workflow
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 |