A loose federation of distributed, typed datasets
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

updated env for test coverage on codecov

+3 -1
+3 -1
.github/workflows/uv-test.yml
··· 15 15 uv-test: 16 16 name: Run tests 17 17 runs-on: ubuntu-latest 18 + environment: 19 + name: test 18 20 19 21 steps: 20 22 - uses: actions/checkout@v5 ··· 38 40 - name: Upload coverage to Codecov 39 41 uses: codecov/codecov-action@v5 40 42 with: 41 - file: ./coverage.xml 43 + # file: ./coverage.xml # Claude hallucination -- fascinating! 42 44 fail_ci_if_error: false 43 45 token: ${{ secrets.CODECOV_TOKEN }} 44 46