This repository has been archived by the owner on Dec 7, 2024. It is now read-only.
[依賴項更新] (deps): Bump mongoose from 8.1.1 to 8.8.3 #1570
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CodeCov 分析 | |
on: [push, pull_request] | |
permissions: write-all | |
jobs: | |
run-linters: | |
name: 運行分析 | |
runs-on: ubuntu-latest | |
permissions: | |
actions: read | |
contents: read | |
security-events: write | |
steps: | |
- name: Codecov 編碼 | |
uses: codecov/codecov-action@v2 | |
with: | |
token: ${{ secrets.CODECOV_TOKEN }} | |
flags: unittests |