Skip to content

Commit

Permalink
ci: add coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Mar 25, 2024
1 parent 98201f3 commit e1bc408
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/docs-and-coverage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Generate docs and coverage report

on:
push:
branches:
- main

jobs:
skip-docs-step:
name: Generate coverage report
uses: fingerprintjs/dx-team-toolkit/.github/workflows/docs-and-coverage.yml@v1
with:
skip-docs-setp: true

0 comments on commit e1bc408

Please sign in to comment.