tangled
alpha
login
or
join now
desertthunder.dev
/
noteleaf
cli + tui to publish to leaflet (wip) & manage tasks, notes & watch/read lists ๐
charm
leaflet
readability
golang
29
fork
atom
overview
issues
2
pulls
pipelines
build: add codecov token
desertthunder.dev
5 months ago
a982f381
2d5e38a8
+1
1 changed file
expand all
collapse all
unified
split
.github
workflows
test.yml
+1
.github/workflows/test.yml
···
47
- name: Upload coverage reports to Codecov
48
uses: codecov/codecov-action@v4
49
with:
0
50
file: ./coverage.out
51
flags: unittests
52
name: codecov-umbrella
···
47
- name: Upload coverage reports to Codecov
48
uses: codecov/codecov-action@v4
49
with:
50
+
token: ${{ secrets.CODECOV_TOKEN }}
51
file: ./coverage.out
52
flags: unittests
53
name: codecov-umbrella