qutip / QuantumToolbox.jl

Quantum Toolbox in Julia
https://qutip.org/QuantumToolbox.jl/
BSD 3-Clause "New" or "Revised" License
46 stars 16 forks source link

Optimize CI pipline using `paths` filter #188

Closed ytdHuang closed 3 months ago

ytdHuang commented 3 months ago

This PR changes the paths-ignore filter in CI pipeline configs to paths filter.

In this way, we don't need to add [skip ci] while modifying README.md, .gitignore, and so on.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.37%. Comparing base (4ad239b) to head (3f01802). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #188 +/- ## ======================================= Coverage 93.36% 93.37% ======================================= Files 28 28 Lines 2111 2113 +2 ======================================= + Hits 1971 1973 +2 Misses 140 140 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.