Skip to content

Commit

Permalink
ignore test in codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmeagher committed Feb 8, 2024
1 parent 564dec2 commit 24a3d2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- "tests"
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
path: test-results-pyproject-cvmfs-${{matrix.cvmfs}}.junit.xml
publish-test-results:
name: "Publish Tests Results"
needs: Tests
needs: [Tests, cvmfs_meson_tests, cvmfs_pyproject_tests]
runs-on: ubuntu-latest
permissions:
checks: write
Expand Down

0 comments on commit 24a3d2f

Please sign in to comment.