diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 55e045e1f..e5b3399c8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -70,12 +70,8 @@ jobs: uv run behave tests/features --tags="@backend and @production and not @skip" --no-capture - name: Upload results to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: + report_type: test_results token: ${{ secrets.CODECOV_TOKEN }} - - name: Upload test results to Codecov - if: ${{ !cancelled() }} - uses: codecov/test-results-action@v1 - with: - token: ${{ secrets.CODECOV_TOKEN }} diff --git a/tests/features/water-level-csv.feature b/tests/features/water-level-csv.feature index e703d7036..5974bdd21 100644 --- a/tests/features/water-level-csv.feature +++ b/tests/features/water-level-csv.feature @@ -3,7 +3,6 @@ @cli @backend @BDMS-TBD -@production Feature: Bulk upload water level entries from CSV via CLI As a hydrogeologist or data specialist I want to upload a CSV file containing water level entry data for multiple wells using a CLI command