pythagore 0.8.3

Mathematics tools for simple geometry
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Codecov config

on:
  push:
    paths:
      - .codecov.yml

jobs:
  validate:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v3

      - name: Validate codecov yml file
        run: curl --data-binary @.codecov.yml https://codecov.io/validate