aquavox/.github/workflows/main.yml
Workflow config file is invalid. Please check your config file: yaml: line 2: mapping values are not allowed in this context
2024-05-20 00:09:22 +08:00

5 lines
135 B
YAML

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}