FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
random/.github/workflows/ci:cover.yml at main · randomized-algorithm/random · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
randomized-algorithm
/
random
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
5
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
random
/
.github
/
workflows
/
ci:cover.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
26 lines (23 loc) · 623 Bytes
Breadcrumbs
random
/
.github
/
workflows
/
ci:cover.yml
Copy path
File metadata and controls
26 lines (23 loc) · 623 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name
:
ci:cover
on
:
-
push
-
pull_request
jobs
:
cover
:
name
:
Continuous integration (code coverage)
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout 🛎️
uses
:
actions/checkout@v5
-
name
:
Install 📦
uses
:
bahmutov/npm-install@v1
with
:
install-command
:
yarn --frozen-lockfile --ignore-scripts
useRollingCache
:
true
-
name
:
Test and record coverage 🔬
run
:
yarn cover
-
name
:
Publish coverage report 📃
uses
:
codecov/codecov-action@v3
continue-on-error
:
true
with
:
fail_ci_if_error
:
true
Back
|
FazBrowse Home
|
New Git URL